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

Wares - {{ ware.tribe.displayname }}

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