summaryrefslogtreecommitdiff
path: root/templates/errors/default.twig
blob: a04afc4e20fc91029ac633787646527b659b84c4 (plain)
1
2
3
4
5
6
7
{% extends "layouts/app.twig" %}

{% block title %}Error {{ status }}{% endblock %}

{% block content %}
    <div class="alert alert-info">{{ content }}</div>
{% endblock %}