{% 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. #} {% if ctx.cfg.logo %}{% endif %} {% if ctx.cfg.navigation %} Menu {% endif %} {{ document.metadata.title }} {{ document.metadata.date }} {{ document.html }} {# Links to Previous/Next posts #} {%- endblock %}