doc/themes/learn2/templates/error.html.twig
tituspijean 7b447ac5ae Grav-ification
Creating the pages hierarchy for transitioning to Grav
2020-11-10 17:34:30 +01:00

15 lines
323 B
Twig

{% extends 'partials/base.html.twig' %}
{% block topbar %}{% endblock %}
{% block navigation %}{% endblock %}
{% block content %}
<div id="chapter">
<div id="body-inner">
<h1>{{ 'PLUGIN_ERROR.ERROR'|t }} {{ header.http_response_code }}</h1>
{{ page.content }}
</div>
</div>
{% endblock %}