Menu
{% set section = get_section(path="_index.md") %} {% if section.pages %}
{% for page in section.pages %} {% if page.extra.linkto %}
{{ page.title }}
{% else %}
{{ page.title }}
{% endif %} {% endfor %}
{% endif %}
{{ config.title }}
Menu
{% block content %}
{{ config.title }}
{{ section.content | safe }}
{% endblock %}