{% block header_actions %} {% include 'templates/includes/product_search_box.html' %} {% endblock %} {% block content %}
{% if slideshow %} {% include "templates/includes/slideshow.html" %} {% endif %} {% if description %}
{{ description or ""}}
{% endif %}
{% if items %}
{% for item in items %} {{ item }} {% endfor %}
{% if (items|length)==100 %}
Showing top 100 items.
{% endif %} {% else %}
No items listed.
{% endif %}
{% endblock %} {% block style %} {% endblock %}