{% extends "html/page.html" %} {% 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 %} {% if obj.doclist.get({"doctype":"Featured Item"}) %}

Featured Products

{% endif %}
{% endblock %}