If I include a section in my theme template via liquid tags as follows:
{% section 'header' %}
The resulting output wraps the code contained in the header section with a div:
I’d really like to remove the wrapper div for a few reasons - styling, semantic markup, removing excess markup for page size, etc. - but I haven’t found any way in the docs to filter this out. Any suggestions?