{% extends 'base.html.twig' %} {% block body %}
{% if msg|default()%}

{{ msg }}

{% endif %}
{% endblock %}