{% block header %}
{% block header_text %}Two-Factor Authentication{% endblock %}
{% endblock %}
{% with WIDGET_ERROR_CLASS="is-invalid" %} {% block content %}Nothing to see here!{% endblock %} {% endwith %}
{% if debug|length %}
Debug Info
    {% for key, value in debug.items %}
  • {{ key }}: {{ value }}
  • {% endfor %}
{% endif %}