13 lines
227 B
HTML
13 lines
227 B
HTML
{% extends "global/layout.html" %}
|
|
{% block title -%}
|
|
{% trans -%}
|
|
Server error
|
|
{%- endtrans %}
|
|
{%- endblock %}
|
|
|
|
{% block content %}
|
|
{% trans -%}
|
|
Umm... the server encountered some sort of error.
|
|
{%- endtrans %}
|
|
{% endblock %}
|