mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
8 lines
148 B
Django/Jinja
8 lines
148 B
Django/Jinja
{% extends "limited_width.html.j2" %}
|
|
|
|
{% block page_content %}
|
|
<div class="page-header">
|
|
<p>Site has not been found.</p>
|
|
</div>
|
|
{% endblock %}
|