Content for layout
From Shopify Wiki
This tag is used without any parameters and must always be included somewhere in the <body>..</body> section of theme.liquid. It gets replaced by the dynamic content generated by whichever template is being used.
<body>
{{ content_for_layout }}
</body>

