{% extends "base.html" %} {%- block body %} {% include 'header.html' %}

{{ document.metadata.title }}

{{ document.html }}
{% include 'footer.html' %} {%- endblock %}