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