2017-03-14 12:25:45 +00:00
|
|
|
{% extends "index.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
{{ page.content | safe }}
|
2017-05-01 08:10:22 +00:00
|
|
|
|
|
|
|
{% if page.previous %}Previous article: {{ page.previous.permalink }}{% endif %}
|
|
|
|
{% if page.next %}Next article: {{ page.next.permalink }}{% endif %}
|
2017-03-14 12:25:45 +00:00
|
|
|
{% endblock content %}
|