--- title: "Liquid tags: section" description: Renders a [section](/themes/architecture/sections). api_name: liquid source_url: html: https://shopify.dev/docs/api/liquid/tags/section md: https://shopify.dev/docs/api/liquid/tags/section.md --- # section Renders a [section](https://shopify.dev/themes/architecture/sections). Rendering a section with the `section` tag renders a section statically. To learn more about sections and how to use them in your theme, refer to [Render a section](https://shopify.dev/themes/architecture/sections#render-a-section). ## Syntax ```oobleckTag {% section 'name' %} ``` name The name of the section file you want to render. ```liquid {% section 'header' %} ``` ## Output ```html