{% set type_mapping = {'info':'success', 'error': 'error', 'warning': 'warning'} %} {% set icon_mapping = {'info':'checkmark', 'error':'wrong', 'warning':'information'} %} {% if grav.messages.all %}