{% extends "base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% block content %}

Wares

{% for ware in wares %} {% include "inlines/display_ware.html" %} {% endfor %}
Image Name Description
{% endblock %}