{{ title|default('The title') }}
{{ subTitle|default('This is the default subtitle!')|raw }}
{% if github is defined %}
{% endif %}
{% if menu is defined %}
{% for section in menu.sections %}
{{ section.name }}
{% for itemId, item in section.items %}
{{ item.text|raw }}
{% endfor %}
{% endfor %}
{% endif %}
{{ content|raw }}