evennia/docs/source/_templates/layout.html

10 lines
182 B
HTML
Raw Normal View History

2020-06-19 18:11:20 +02:00
{%- extends "!layout.html" %}
2020-06-16 16:55:20 +02:00
2020-06-19 18:11:20 +02:00
{% if next %}
<a href="{{ next.link|e }}">{{ next.title }}</a>
{% endif %}
{% if prev %}
<a href="{{ prev.link|e }}">{{ prev.title }}</a>
2020-06-16 16:55:20 +02:00
{% endif %}