evennia/docs/source/_templates/layout.html
2020-06-19 18:11:20 +02:00

9 lines
182 B
HTML

{%- 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 %}