nopaque/app/templates/404.html.j2

10 lines
182 B
Plaintext
Raw Normal View History

2019-07-09 13:39:28 +00:00
{% extends "base.html.j2" %}
{% block title %}Opaque - Page Not Found{% endblock %}
{% block page_content %}
<div class="page-header">
<h1>Not Found</h1>
</div>
{% endblock %}