majuna/app/portal/templates/error.html.j2

6 lines
131 B
Text
Raw Normal View History

2022-03-10 14:26:22 +00:00
{% extends "base.html.j2" %}
{% block content %}
<h1 class="h2 mt-3">{{ header }}</h1>
<p>{{ message }}</p>
{% endblock %}