python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
(Shopify) Error: Missing {{content_for_layout}} in the body section of the template
I removed "main" section with "{{content_for_layout}}" in theme.liquid:
<main role="main">
{{ content_for_layout }}
</main>
Then, I got this error as shown...

Kai - Kazuya Ito
Votes: 0
Answers: 1
I got "EmptyDrop" to get the specific object of a collection (Shopify)
I have the collection "Healthy Products":
Then, with Liquid, I'm trying to get the object of the collection "Healthy Products" with this code below:
{{ collections["Healthy P...

Kai - Kazuya Ito
Votes: 0
Answers: 1