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 below:
It seems like it’s impossible to remove it but I really want to remove it. Are there any ways to remove it? and it’s also OK to get the same effect of removing it.