evennia/docs/source/_templates/layout.html

10 lines
119 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
2020-06-20 12:16:42 +02:00
{% block footer %}
{{ super() }}
The value of next is {{ next }}.
{% endblock %}