mediacms/templates/404.html

10 lines
146 B
HTML
Raw Permalink Normal View History

2020-12-16 12:48:37 +01:00
{% extends "base.html" %}
{% block headtitle %} - error{% endblock headtitle %}
{% block innercontent %}
<p>you are lost!</p>
{% endblock %}