{% macro important_wrap(contents, is_important=True) %} {% set color_class = "text-green-500" if is_important else "text-red-500" %} {{ contents }} {% endmacro %}