Liquid

Liquid is Shopify’s template language. The liquid block lets you add small Liquid snippets to display dynamic content or even just simple HTML.

For example, to create the screenshot below we replaced the heading block with a liquid block that has the following Liquid code:

<h2 class="h1">{{ shop.name }}</h1>
Screenshot of Artistry section where the name of the shop is dynamically rendered as the section heading using a Liquid block.
The name of the shop is dynamically injected as the section heading

Last updated

Was this helpful?