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

9 lines
177 B
Twig

{% extends 'partials/base.html.twig' %}
{% block content %}
<div class="lead text-center">
<h1>Error!</h1>
{{ page.content|raw }}
</div>
{% endblock %}