mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-14 00:51:33 +01:00
7 lines
168 B
Twig
7 lines
168 B
Twig
{% extends app.fronthtml~"/base.twig" %}
|
|
{% block content %}
|
|
<div class='center'>
|
|
<h1>{{ error.number }} - {{ error.text }}
|
|
</h1>
|
|
</div>;
|
|
{% endblock %} |