{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block bannertext %}

{{ page.title }}

{% endblock %} {% block navbar %} {% include "includes/navbar-home.html" %} {% endblock %} {% block content %} {% if MALT_COMUNITY is defined %}
{% for section in MALT_COMUNITY %}
{{ section['title'] }}

{{ section['text'] }}

{% for button in section['buttons'] %} {{ button['text'] }} {% endfor %}
{% endfor %}
{% endif %} {% endblock %}