mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
11 lines
173 B
HTML
11 lines
173 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block sidebar %}
|
|
{% endblock %}
|
|
|
|
{% block header_ext %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Error 404 - Page not found</h1>
|
|
{% endblock %}
|