nopaque/app/templates/404.html.j2
2019-07-09 15:39:28 +02:00

10 lines
182 B
Django/Jinja

{% extends "base.html.j2" %}
{% block title %}Opaque - Page Not Found{% endblock %}
{% block page_content %}
<div class="page-header">
<h1>Not Found</h1>
</div>
{% endblock %}