1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
Files
checktheroads-hyperglass/hyperglass/render/templates/ratelimit-site.html.j2

10 lines
336 B
Plaintext
Raw Normal View History

2019-07-29 22:13:11 -07:00
{% extends "templates/base.html.j2" %}
{% block content %}
2019-08-07 11:09:18 -07:00
{% import "templates/errortext.html.j2" as errortext %}
{{ errortext.errortext(features.rate_limit.site.title, features.rate_limit.site.subtitle, features.rate_limit.site.button) }}
2019-07-29 22:13:11 -07:00
{% endblock %}
{% block footer %}
{% include "templates/footer.html.j2" %}
{% endblock %}