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