# 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>
```

<figure><img src="https://3146423938-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZQuVfmt0J7tzTvfBqG6C%2Fuploads%2F8oqWjBcFGURQ05HZqE2L%2FPrimavera%20Artistry%20%C2%B7%20Customize%20Primavera-1-0-0%20-%20Blocks%20everywhere%20%C2%B7%20Shopify%202025-04-01%20at%202.29.40%20pm.jpg?alt=media&#x26;token=e4be1d34-bfde-4a52-ba77-1d9f40692d02" alt="Screenshot of Artistry section where the name of the shop is dynamically rendered as the section heading using a Liquid block."><figcaption><p>The name of the shop is dynamically injected as the section heading</p></figcaption></figure>
