{% extends "default.html" %} {%- block body %} {# This is a page template. A page outputs content just like any other post, and has all the same attributes by default, but you can also customise it to behave differently if you prefer. #}

{{ document.metadata.title }}

{{ document.html }}
{%- endblock %}