{% macro feature_box(style, icon, title, description) %} {% if style == "style-1" %}
{% elseif style == "style-2" %}
{% else %}
{% endif %} {% if icon %}
{% endif %}
{% if title %}
{{ title | raw }}
{% endif %} {% if description %}

{{ description | raw }}

{% endif %}
{% endmacro %}