{% extends "base.html" %} {% import 'macros.html' as macros %} {% block asset %} {% endblock %} {% block midbody %}
{% for section in sections %}

{{ _(section.title) }}

{% for row in section.tiles %}
{% for tile in row %}
{% if tile != None %} {% endif %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endblock %} {% block js %} {% endblock %}