evennia/docs/source/_templates/layout.html
2020-06-20 12:16:42 +02:00

9 lines
119 B
HTML

{%- extends "!layout.html" %}
{% block footer %}
{{ super() }}
The value of next is {{ next }}.
{% endblock %}