{% extends "base.html" %} {% block extra %} {{ macro::breadcrumbs(page=section) }} {% endblock %} {% block content %} {{ section.title }} {{ section.content | safe }} {% endblock content %}