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

{{ title }}

{% for section in sections %}

{{ section[0] }}

{% for ible in section[2] %}
{{ ible.alt }}
{% endfor %}
{% if section != sections[-1] %}
{% endif %}
{% endfor %}
{% endblock %}