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

{{ title }}

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