Files
I2P_Website/i2p2www/pages/global/error_500.html

13 lines
227 B
HTML
Raw Normal View History

2012-09-11 00:17:00 +00:00
{% extends "global/layout.html" %}
{% block title -%}
{% trans -%}
2012-09-11 00:17:00 +00:00
Server error
{%- endtrans %}
2012-09-11 00:17:00 +00:00
{%- endblock %}
{% block content %}
{% trans -%}
2012-09-11 00:17:00 +00:00
Umm... the server encountered some sort of error.
{%- endtrans %}
2012-09-11 00:17:00 +00:00
{% endblock %}