Restructure starting tut
This commit is contained in:
parent
47d168219c
commit
979aa924dd
11 changed files with 107 additions and 89 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue