{% import "Mambo/macros/html.html" as html %} {{ html.css_asset("mambo-error.css") }} {% set alert_type = "alert-warning" %} {% set alert_icon = "fa-warning" %} {% if error.code in [404, 500, 503] %} {% set alert_type = "alert-danger" %} {% endif %}