{% extends "error_layout.html" %} {% block title %}{{ _('Zine Internal Server Error') }}{% endblock %} {% block body %}

{{ _('Internal Server Error') }}

{% trans %} An internal error happened in the application. The blog administrator has been informed about the problem. {% endtrans %} {% endblock %}