Restructure starting tut

This commit is contained in:
Griatch 2020-06-20 12:16:42 +02:00
parent 47d168219c
commit 979aa924dd
11 changed files with 107 additions and 89 deletions

View file

@ -1,9 +1,9 @@
{%- extends "!layout.html" %}
{% if next %}
<a href="{{ next.link|e }}">{{ next.title }}</a>
{% endif %}
{% if prev %}
<a href="{{ prev.link|e }}">{{ prev.title }}</a>
{% endif %}
{% block footer %}
{{ super() }}
The value of next is {{ next }}.
{% endblock %}