{% macro full_width_feature(heading, subtitle, illustration, know_more) %}

{{ heading }}

{{ subtitle }}

{% if know_more %} Know More {% endif %}
{% endmacro %} {% macro full_width_feature_reverse(heading, subtitle, illustration, know_more) %}

{{ heading }}

{{ subtitle }}

{% if know_more %} Know More {% endif %}
{% endmacro %}