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.
|
- {% extends "index.html" %}
-
- {% block content %}
- {% if section %}Section:{{ section.permalink }}{% endif %}
- {{ page.content | safe }}
-
- {% if page.previous %}Previous article: {{ page.previous.permalink }}{% endif %}
- {% if page.next %}Next article: {{ page.next.permalink }}{% endif %}
- {% endblock content %}
|