<div class="container">
{% content_for 'blocks' %}
</div>
{% schema %}
{
"name": "Section",
"blocks": [
{
"type": "@theme"
}
]
}
{% endschema %}
Here is my section code.
In the Shopify Theme CLI, I am getting a ‘Liquid syntax error (line ?): Unknown tag “content_for ‘blocks’”’ error, which prevents me from using {% content_for ‘blocks’ %}. The theme/blocks directory also exists. I do not know why this is happening.