13 lines
222 B
Twig
Raw Permalink Normal View History

2016-11-19 12:08:12 +01:00
{% extends 'partials/base.html.twig' %}
{% block content %}
<div id="error">
<div>
<h1>{{ 'ERROR'|t }} {{ page.header.http_response_code }}</h1>
<p>
{{ page.content }}
</p>
</div>
</div>
{% endblock %}