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

9 lines
173 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>
{{ page.content }}
</div>
{% endblock %}