{% spaceless %}{{ include("header.html") }}
{{ include("head_menu.html") }} {{ include("main_menu.html") }}
{{ include("settings_menu.html") }}
{% set items = get("items") %} {% if items %} {% for item in items %} {% if item.show_section %}
{{ item.section_name }}

{{ item.section_description }}

{% endif %} {% endfor %} {% endif %}
{{ include("footer_content.html") }}
{{ include("footer.html") }}{% endspaceless %}