8 lines
174 B
Twig
8 lines
174 B
Twig
|
{% extends "layouts/app.twig" %}
|
||
|
|
||
|
{% block title %}Error {{ status }}{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
<div class="alert alert-info">{{ content }}</div>
|
||
|
{% endblock %}
|