nopaque/app/templates/404.html.j2

8 lines
148 B
Plaintext
Raw Normal View History

{% extends "limited_width.html.j2" %}
2019-07-09 13:39:28 +00:00
{% block page_content %}
<div class="page-header">
<p>Site has not been found.</p>
2019-07-09 13:39:28 +00:00
</div>
{% endblock %}