--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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).