forked from mirrors/thatmattlove-hyperglass
10 lines
No EOL
336 B
HTML
10 lines
No EOL
336 B
HTML
{% extends "templates/base.html.j2" %}
|
|
|
|
{% block content %}
|
|
{% import "templates/errortext.html.j2" as errortext %}
|
|
{{ errortext.errortext(features.rate_limit.site.title, features.rate_limit.site.subtitle, features.rate_limit.site.button) }}
|
|
{% endblock %}
|
|
|
|
{% block footer %}
|
|
{% include "templates/footer.html.j2" %}
|
|
{% endblock %} |