{% extends "page.html" %} {% block page %}
{%- if page.title %}

{{ breadcrumbs(page) }}

{%- endif %} {{ content }} {% for p in pages %} {{ post(p, short=True) }} {% endfor %} {%- if page.previous or page.next %}

{%- if page.previous %} ← Previous {%- endif %} {%- if page.previous and page.next %}   {%- endif %} {%- if page.next %} Next → {%- endif %}

{%- endif %}
{% endblock %}