{% extends "default.html" %} {%- block body %} {# The command above "extends default.html" means - insert everything in this file into the {% block body %} of the default.html template, containing the blog header/footer. #}

{{ document.metadata.title }}

{{ document.html }}
{# Links to Previous/Next posts #} {%- endblock %}