{% extends "base.html" %} {% block title %}{{ page.title }} — {{ site.title }}{% endblock %} {# Panel layout without a side panel — see blog.index.html. #} {% block content %}

{{ page.title }}

{{ page.body_html | safe }}
{% endblock %}