{% extends "base.html" %} {% block navigation %} {% endblock %} {% block content %}

{{ page_title }}

{% for item in items %}

{{ item.name }}

{% if item.description %}

{{ item.description }}

{% endif %}
{% endfor %}
{% endblock %}