31 lines
1.4 KiB
Twig
31 lines
1.4 KiB
Twig
|
{% extends 'base.html.twig' %}
|
||
|
{% block title %}Error {{ status_code }} {{ status_text }}{% endblock title %}
|
||
|
{% block body %}
|
||
|
<h2 class="uk-text-center uk-text-lead uk-text-danger uk-margin-remove-top">
|
||
|
What did you do!! <small>Just kidding ..</small>
|
||
|
</h2>
|
||
|
<p class="uk-margin-remove-top uk-text-center uk-404 uk-doughnut">
|
||
|
5<span class="uk-spin uk-background-cover uk-inline"></span><span class="uk-spin uk-background-cover uk-inline"></span>
|
||
|
</p>
|
||
|
<p class="uk-margin-remove-top uk-text-center uk-404 uk-doughnut">
|
||
|
|
||
|
</p>
|
||
|
<hr class="uk-divider-icon" />
|
||
|
<blockquote cite="#">
|
||
|
<p class="uk-margin-small-bottom uk-text-center">
|
||
|
Nothing is more intolerable than to have to admit to yourself your own errors.
|
||
|
</p>
|
||
|
<footer class="uk-text-center">Ludwig van Beethoven</footer>
|
||
|
</blockquote>
|
||
|
|
||
|
<p class="uk-text-center uk-text-lead">
|
||
|
A message has been sent with the details of the error.<br />
|
||
|
We will fix it as soon as possible.
|
||
|
</p>
|
||
|
<p class="uk-text-center uk-text-large">
|
||
|
Sorry for any inconvenience caused.
|
||
|
</p>
|
||
|
<p class="uk-text-center">
|
||
|
<a href="{{ path('sikofitt_doughnutwedding_default_index') }}" class="uk-width-1-1@s uk-width-1-2@s uk-button uk-button-primary" title="Home page">Go to the home page</a>
|
||
|
</p>
|
||
|
{% endblock body %}
|