{% extends layout.html %} {% block title %}Two-factor Authentication{% endblock %} {% block body %}

Two-factor Authentication

Please enter the code that was sent to your email address below.

{% if ($msg): %}
{{ $msg }}
{% endif; %}
{% endblock %}