7 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge">
8 <meta name=
"viewport" content=
"width=device-width, initial-scale=1">
9 <title>Server Error
</title>
10 <link rel=
"shortcut icon" href=
"{% static 'postorius/img/favicon.ico' %}">
11 <link rel=
"stylesheet" href=
"{% static 'postorius/libs/bootstrap/css/bootstrap.min.css' %}">
12 <link rel=
"stylesheet" href=
"{% static 'django-mailman3/css/main.css' %}">
13 <link rel=
"stylesheet" href=
"{% static 'postorius/css/style.css' %}">
14 {% block additionalcss %}{% endblock %}
15 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
16 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
18 <script src="{% static 'postorius/libs/html5shiv/html5shiv.min.js' %}"></script>
19 <script src="{% static 'postorius/libs/respond/respond.min.js' %}"></script>
23 <div class=
"container">
24 <h1>{% trans 'Server error' %}
</h1>
25 <div class=
"alert alert-danger">{% trans
"An error occurred while processing your request." %}
</div>