Howto/themes/grav-theme-howto/templates/error.html.twig

9 lines
177 B
Twig
Raw Normal View History

2019-08-13 15:09:25 +02:00
{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="lead text-center">
<h1>Error!</h1>
2021-02-06 00:14:32 +01:00
{{ page.content|raw }}
2019-08-13 15:09:25 +02:00
</div>
{% endblock %}