You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
310B

  1. {% extends "index.html" %}
  2. {% block content %}
  3. {{ page.content | safe }}
  4. {{ page.relative_path | safe }}
  5. {{ toc }}
  6. {% if page.earlier %}Previous article: {{ page.earlier.permalink }}{% endif %}
  7. {% if page.later %}Next article: {{ page.later.permalink }}{% endif %}
  8. {% endblock content %}