2018-08-29 13:58:50 +02:00
|
|
|
{% extends "layouts/app.twig" %}
|
|
|
|
|
2018-08-29 15:29:48 +02:00
|
|
|
{% block title %}{% if status == 404 %}{{ __("Page not found") }}{% else %}Error {{ status }}{% endif %}{% endblock %}
|
2018-08-29 13:58:50 +02:00
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<div class="alert alert-info">{{ content }}</div>
|
|
|
|
{% endblock %}
|