{% extends "base.html" %} {% block title %}{{object.metadata.title}}{% endblock %} {% block content %} {% for section in object.content %} {{section.content|md_include}} {% endfor %} {% endblock content %}