{% extends "base.html" %} {% block title %}

Login

{% endblock title %} {% block content %} {% if msg is not none %}
{{ msg }}
{% endif %}
{% endblock content %}