Skip to main content

Inline comments

{# Since this repeatable section is custom (as max_width is not part of the base-block), #}
{# we are overwriting the entire block_inner for code readability.#}

{# We're keeping the TimberImage outside the card to ensure the card can be used in other places #}
{% set img = TimberImage( item.thumbnail ) %}

{# Looping through either the manual or automatic selection #}
{% for item in items %}

{# Accessing WordPress post and making them available to Twig templates #}
{% set item = TimberPost( item ) %}

{# Accessing WordPress image object and making them available to Twig templates #}
{% set img = TimberImage( item.thumbnail ) %}