{% 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. #} {% if ctx.cfg.user.logo %}{% endif %} {% if ctx.nav %} Menu {% endif %} {{ document.metadata.title }} {{ document.html }} {%- endblock %}