summaryrefslogtreecommitdiff
path: root/templates/error.html.twig
blob: c94546474d36f82d49e0e674a15484afed53204b (plain) (blame)
1
2
3
4
5
6
7
8
{% extends 'partials/base.html.twig' %}

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