{% extends 'base.html' %} {% load commonmark %} {% load static from staticfiles %} {% load imageutils %} {% block extra_head %} {% endblock extra_head %} {% block content %}

Village Gear To Order

This is a list of village gear to order from our supplier
This table shows all different village stuff that needs to be ordered

{% for key, val in village.items %} {% endfor %}
Type Quantity
{{ key }} {{ val }}
{% endblock content %}