mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
9 lines
119 B
HTML
9 lines
119 B
HTML
{%- extends "!layout.html" %}
|
|
|
|
|
|
{% block footer %}
|
|
|
|
{{ super() }}
|
|
The value of next is {{ next }}.
|
|
|
|
{% endblock %}
|