doc/themes/yunohost-home/templates/error.html.twig
2021-08-20 20:55:59 +02:00

8 lines
177 B
Twig

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