1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-07 17:58:24 +00:00
thatmattlove-hyperglass/hyperglass/render/templates/500.html.j2
2019-08-07 11:09:18 -07:00

10 lines
No EOL
330 B
HTML

{% extends "templates/base.html.j2" %}
{% block content %}
{% import "templates/errortext.html.j2" as errortext %}
{{ errortext.errortext(branding.text.error500.title, branding.text.error500.subtitle, branding.text.error500.button) }}
{% endblock %}
{% block footer %}
{% include "templates/footer.html.j2" %}
{% endblock %}