{% block css %}
{% for button in menu %}
{% if button.icon %}
{% endif %}
{% endfor %}
{% endblock %}
{% block body %}
{% if settings.menu.position == 'fixed' %}
{% elseif settings.menu.position == 'relative' %}
{% endif %}
{% endblock %}
{% block js %}
{% endblock %}