mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
8 lines
177 B
Twig
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 %}
|