All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.notFound.html Maven / Gradle / Ivy

{#==========================================
Not Found
==========================================#}
{% extends "./layout.html" %}

{#==========================================
If available, we add the section classes of the original route
so the menu keep the cortrect selected item.
==========================================#}
{% block sectionClasses %} notFound {% for htmlSectionClass in htmlSectionClasses %}{{htmlSectionClass}}{% else %}{% endfor %}{% endblock %}
{% block meta_title %}Not Found{% endblock %}
{% block meta_description %}Not Found{% endblock %}

{% block body %}

{{message}}
{% endblock %}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy