permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

error.html.twig
text/plain

Download raw (173 bytes)

{% extends 'partials/base.html.twig' %}

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