mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-09 06:03:19 +00:00
Restructure project
This commit is contained in:
10
app/templates/errors/error.html.j2
Normal file
10
app/templates/errors/error.html.j2
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base.html.j2" %}
|
||||
|
||||
{% set title = error.name %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="container">
|
||||
<h1 id="title">{{ error.name }}</h1>
|
||||
<p>{{ error.description }}</p>
|
||||
</div>
|
||||
{% endblock page_content %}
|
Reference in New Issue
Block a user