mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
9 lines
182 B
HTML
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 %}
|