mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
10 lines
177 B
Django/Jinja
10 lines
177 B
Django/Jinja
{% extends "base.html.j2" %}
|
|
|
|
{% block title %}Opaque - Forbidden{% endblock %}
|
|
|
|
{% block page_content %}
|
|
<div class="page-header">
|
|
<h1>Forbidden</h1>
|
|
</div>
|
|
{% endblock %}
|