Hello I need help if possible this writing appears in my theme
Liquid error (sections/header.liquid line 1591): include usage is not allowed in this context
A Shopify store owner is encountering a Liquid error in their theme’s header section, specifically at line 1591 of header.liquid. The error message indicates an “include usage not allowed in this context” issue, accompanied by what appears to be reversed or garbled text referencing an image file path (possibly a screenshot). This type of error typically occurs when:
{% include %} tag is being used incorrectly or in an unsupported locationThe user is seeking assistance to resolve this issue, which is preventing their header from rendering properly.