]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/error.html
location: Show blacklist status of IP addresses
[ipfire.org.git] / src / templates / error.html
1 {% extends "base.html" %}
2
3 {% block title %}{{ message or status_code }}{% end block %}
4
5 {% block container %}
6 <div class="container">
7 <div class="row justify-content-center mt-5">
8 <div class="col col-md-5">
9 <h5 class="mb-0">{{ _("Error %s") % status_code }}</h5>
10 <h1>{{ _("oops, something went wrong") }}</h1>
11 </div>
12 </div>
13 </div>
14 {% end block %}
15
16 {% block footer %}{% end block %}