mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
|
{% extends "base.html.j2" %}
|
||
|
|
||
|
{% block title %}Opaque - Page Not Found{% endblock %}
|
||
|
|
||
|
{% block page_content %}
|
||
|
<div class="page-header">
|
||
|
<h1>Not Found</h1>
|
||
|
</div>
|
||
|
{% endblock %}
|