{% extends "html/page.html" %} {% block javascript %} {% include "js/product_list.js" %} {% endblock %} {% block content %}
{% include 'html/product_search_box.html' %} {% if description %}
{{ description or ""}}
{% else %}

{{ name }}

{% endif %} {% if sub_groups %}
{% for d in sub_groups %} {% endfor %}
{% endif %}

Products

{% endblock %}