{% extends "shared/base.html" %} {% block title %}{{ page.title }}{% endblock title %} {% block content %} {% include "shared/header.html" %}

{{ page.title }}

{{ page.content | safe }}
{% endblock content %}