mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 13:56:30 +01:00
18 lines
No EOL
355 B
HTML
18 lines
No EOL
355 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block header_ext %}
|
|
{% endblock %}
|
|
|
|
{% block sidebar %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1 id="alt-layout">To Be Implemented...</h1>
|
|
<p>
|
|
This feature has yet to be implemented, but rest assured that it will be!
|
|
<br />
|
|
<br />
|
|
<br />
|
|
Eventually...
|
|
</p>
|
|
{% endblock %} |