mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
10 lines
346 B
HTML
10 lines
346 B
HTML
{% extends "templates/base.html.j2" %}
|
|
|
|
{% block content %}
|
|
{% import "templates/errortext.html.j2" as errortext %}
|
|
{{ errortext.errortext(branding.text.error404.title, branding.text.error404.subtitle.format(uri=uri), branding.text.error404.button) }}
|
|
{% endblock %}
|
|
|
|
{% block footer %}
|
|
{% include "templates/footer.html.j2" %}
|
|
{% endblock %} |