doc/themes/yunohost-home/templates/error.html.twig

9 lines
177 B
Twig
Raw Normal View History

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