{% extends "html/page.html" %}
{% block title %}{{ name }}{% endblock %}
{% block content %}
{% include 'html/product_search_box.html' %}
{% include 'html/product_breadcrumbs.html' %}
{% if slideshow %}
{% include "html/slideshow.html" %}
{% endif %}
{% if description %}