{% for url, name in site.nav %}
{{ name }}
{% endfor %}
{% if page.title %}
{{ page.title }}
{% endif %} {{ body|md|shift_headings(1)|raw }}