{% extends "page.html" %} {% block content %} {{ page.content | safe }} {% set anleitungen = get_section(path="how-to/_index.md") %} {% for page in anleitungen.pages %}
  • {{ page.title }}
  • {% endfor %} {% endblock content %}