{% include "nav.html" %} {% if theme.sidebar %} {% endif %}
{% block content %}{% endblock %} {% if theme.editLink and theme.editLink.pattern %} {% endif %} {% if theme.lastUpdated and lastModified %}
Last updated: {{ lastModified | format_date("%B %d, %Y") }}
{% endif %}
{% if theme.footer and (theme.footer.message or theme.footer.copyright) %} {% endif %}