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