summaryrefslogtreecommitdiff
path: root/templates/not_found.html.ep
blob: c03d32d81aa5463d2bbcdc71dc11343224b9bdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="container">
<div class="error">
<strong>404 Page Not Found:</strong>
% if (my $e = stash('message')) {
%= $e
% }
% else {
Die aufgerufene URL existiert nicht und ist keine gültige Abbildung auf einen
Bahnhofsnamen.
% }
</div>
</div>