{% if msg %}
<div class="notice notice-{{ type }} is-dismissible">
  <p>{{ msg }}</p>
</div>
{% endif %}