{% macro status(text, options) %} {% set _color = options.color ?? 'green' %} {% set _animated = options.animated ?? true %} {% set _lite = options.lite is defined ? options.lite : false %} {% set _with_dot = options.with_dot is defined ? options.with_dot : false %} {% set _extraClass = options.extraClass ?? '' %} {%- apply spaceless -%} {% if _with_dot %} {% endif %} {{ text }} {%- endapply -%} {% endmacro %}