{% extends "templates/base.html.j2" %} {% block content %}






{{ branding.text.error404.title }}

{{ branding.text.error404.subtitle }}


{% if branding.footer.enable == true %} {% include "templates/footer.html.j2" %} {% endif %} {% if branding.credit.enable == true %} {% include "templates/credit.html.j2" %} {% endif %} {% endblock %}