]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/error.html
location: Show blacklist status of IP addresses
[ipfire.org.git] / src / templates / error.html
CommitLineData
081800ca 1{% extends "base.html" %}
81675874 2
37ed7c3c 3{% block title %}{{ message or status_code }}{% end block %}
81675874 4
60b0917c 5{% block container %}
37ed7c3c
MT
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>
60024cc8 11 </div>
99dd2029 12 </div>
37ed7c3c 13 </div>
81675874 14{% end block %}
37ed7c3c
MT
15
16{% block footer %}{% end block %}