{% if type == 'warning' %} {% set img = ' ' %} {% elif type == 'alert'%} {% set img = ' ' %} {% elif type == 'info' %} {% set img = ' ' %} {% endif %}
{{ img |safe }} {{ body | markdown | safe}}