mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
8 lines
227 B
HTML
8 lines
227 B
HTML
{% extends 'partials/layout.html' %}
|
|
|
|
{% block pageContent %}
|
|
<div id="error-page" class="box">
|
|
<h2>{{ "%d" | format(exc.status_code) }} - {{ phrase }}</h2>
|
|
<p>{{ exc.detail }}</p>
|
|
</div>
|
|
{% endblock %}
|