---
title: New Liquid multiline tags - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/new-liquid-multiline-tags'
  md: 'https://shopify.dev/changelog/new-liquid-multiline-tags.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Themes
    handle: dev_themes
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2020-05-12T09:42:42-04:00'
  postedAt: '2020-05-14T00:00:00-04:00'
  updatedAt: '2024-02-02T10:04:57-05:00'
  effectiveAt: '2020-05-14T00:00:00-04:00'
---

May 14, 2020

Tags:

* Themes

# New Liquid multiline tags

We’ve added two new Liquid theme tags.

`liquid`

The `liquid` theme tag simplifies theme code. Developers can now write multi-line tags and output expressions within one set of delimiters. This reduces the requirement to open and close multiple sets of delimiters when creating variables and conditions, or executing blocks of code. Learn more about the `liquid` tag in our [developer documentation](https://shopify.dev/docs/themes/liquid/reference/tags/theme-tags#liquid).

`echo`

The `echo` theme tag works inside the new `liquid` tag to output an expression, or Liquid object, in the rendered HTML. Filters can also be applied to expressions using the `echo` tag. Learn more about the `echo` tag in our [developer documentation](https://shopify.dev/docs/themes/liquid/reference/tags/theme-tags#echo).
