--- title: We are introducing sections liquid tag and section groups - 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/we-are-introducing-sections-liquid-tag-and-section-groups md: https://shopify.dev/changelog/we-are-introducing-sections-liquid-tag-and-section-groups.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 6, 2023 Tags: * Action Required * Themes # We are introducing `sections` liquid tag and section groups You can now create section groups in your theme’s layout. Section groups are JSON containers that allow merchants to add, remove, and reorder sections in areas of the layout file such as the header and footer. To include a section group in a layout file, add the section group to the **sections** directory of your theme, then add a `{% sections '' %}` Liquid tag that references your new sections file to the layout file where you want it to be rendered. To learn more, refer to [section groups](https://shopify.dev/themes/architecture/section-groups).