{{ settings.title }}
{% if settings.sub_title -%}
{{ settings.sub_title }}
{% endif -%}
{% if settings.menu -%}
{% if settings.home -%}
{{ settings.home }}
{% else -%}
HOME
{% endif -%} {% for line in settings.menu -%}
{{ line }}
{% endfor -%}
{% endif -%}
{{ settings.menu_title }}
{% for section in settings.sections %} {% include "sections/" + section.type + ".html" %} {% endfor %}
HOME