{% extends "base.html" %} {% block title %}{{ section.title }}{% endblock %} {% block content %}
{% for page in pages %} {{ page.title | markdown(inline=true) | safe }} {% endfor %}