Liquid How-To Insert Content Blocks
You can insert any content block from the database with a simple liquid filter.
The input (main-image-overlay-block) is the Content Block identifier.
{{ "main-image-overlay-block" | content }}
StoreConnect 10.5.0 and up use:
{{ all_content_blocks["main-image-overlay-block"].render }}
This will output the content block with that identifier.
Back to Documentation