{% block css %} {% for button in menu %} {% if button.icon %} {% endif %} {% endfor %} {% endblock %} {% block body %} {% for button in menu %} {% if button.icon %} {% endif %} {{ button.name }} {% if button.image.storage %} {% endif %} {% endfor %} {% endblock %} {% block js %} {% endblock %}