{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block navbar %} {% include "includes/navbar.html" %} {% endblock %} {% block content %} {% if MALT_HOME is defined %} {% for section in MALT_HOME %}
{{ section['text'] }}
{% endif %} {% if 'items' in section %}{{ item['text'] }}
{% endif %} {% if 'action' in item %} {% endif %}