{% macro product_image_square(website_image, css_class="") %}
{% endmacro %} {% macro product_image(website_image, css_class="") %}
{% endmacro %} {% macro media_image(website_image, name, css_class="") %} {% endmacro %} {% macro render_homepage_section(section) %} {% if section.section_based_on == 'Custom HTML' and section.section_html %} {{ section.section_html }} {% elif section.section_based_on == 'Cards' %}

{{ section.name }}

{% for card in section.section_cards %}
{% if card.image %}
{% endif %}
{{ card.title }}

{{ card.subtitle or '' }}

{{ card.content or '' | truncate(140, True) }}

{% endfor %}
{% endif %} {% endmacro %}