{% extends "index.html" %} {% block title %}{{ page.title }} · {{ config.title }}{% endblock title %} {% block header %}
{% endblock header %} {% block content %}

{{ page.title }}

{{ page.date | date(format="%B %e, %Y") }} {% if page.updated | date %}
Last modified {{ page.updated | date(format="%B %e, %Y") }} {% endif %} {{ page.content | safe }}
{% endblock content %}