{%- macro alert(content, dismissible, style="info") -%} {%- set style_class = style if style.startswith("alert-") else "alert-" ~ style -%}