aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/errors/generic.html
blob: 12aa8e170bd165df8d1531187d5215ea14311ba3 (plain)
1
2
3
4
5
6
7
8
[% INCLUDE 'header.html', title = loc('Error') %]

<h1>[% loc('Error') %]</h1>

<p>[% message %]</p>

[% INCLUDE 'footer.html' %]