{% extends 'base.html' %} {% block content %} {% if msg %}
{{msg}}
{% endif %}
{% endblock %}