{% extends "index.html" %} {% block content %} {{ page.content | safe }}

Yet another page template, using the override feature for page templates

{% if page.earlier %}Previous article: {{ page.earlier.permalink }}{% endif %} {% if page.later %}Next article: {{ page.later.permalink }}{% endif %} {% endblock content %}