{% extends "base.html" %} {% block content %} {% if page.title %} <h1>{{ page.title }}</h1> {% endif %} {{ page.content | safe }} {% endblock %}