templates.errorNotFound.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
{% 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 %}