{% block head %} {% endblock %}
{{ site_name }}
{% block breadcrumb %} {% if page.parent %} {% endif %} {% endblock %} {% block content %}

{{ page.title }}

{% if page.author %}
By {{ page.author }}
{% endif %} {% if page.slug == 'this' %} {% endif %} {{ page.body|safe }} {% include 'nav.html' %} {% if dev %}

edit{% endif %} {% endblock %}