{% if page.previous.url %}
← {{ page.previous.title }}
{% endif %}
{% if page.next.url %}
{{page.next.title }} →
{% endif %}
{{ page.title }}
{{ page.author }} - {{ page.date | date_to_string: "ordinal" }}
{{ content }}