1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-21 06:30:10 -07:00
PrintABrick/app/Resources/views/error/error.html.twig
2017-04-11 17:33:56 +02:00

11 lines
338 B
Twig

{% extends 'base.html.twig' %}
{% block title %}{{ 'page.error.title'|trans }}{% endblock %}
{% block content %}
<h1 class="ui center aligned icon header">
<i class="circular warning icon"></i>
{{ 'page.error.large'|trans }}
</h1>
<p class="ui center aligned">{{ 'page.error.text'|trans }}</p>
{% endblock %}