Part-DB.Part-DB-server/templates/bundles/TwigBundle/Exception/error404.html.twig

5 lines
169 B
Twig
Raw Permalink Normal View History

{% extends "bundles/TwigBundle/Exception/error.html.twig" %}
{% block status_comment %}
This page (or element) does not exist. Please check your URL.
{% endblock %}