Files
kimai2/templates/bundles/TwigBundle/Exception/error404.html.twig
2019-10-31 14:20:53 +01:00

6 lines
104 B
Twig

{% extends 'error.html.twig' %}
{% block error_icon %}
<i class="far fa-frown"></i>
{% endblock %}