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>

Last updated
Was this helpful?