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

templates.errorNotFound.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
{% 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 - 2024 Weber Informatics LLC | Privacy Policy