How to output raw html in pages field in dawn theme v15.0.2

Hello,

I couldn’ find a way to output raw html in dawn theme (v15.0.2).

My main goal is output raw custom html placed in page section of backend.

I have tried created new page template named “landing” & tried hiding header & footer but this step hide header & footer in whole website. Also there are issues with page width not 100 percent.

Any help would be appreciated.

Thanks

Hi @kalashcards707 no layout is what your looking for.

{% layout none %} for liquid templates

https://shopify.dev/docs/api/liquid/tags/layout

“layout”: false , for JSON templates

https://shopify.dev/docs/storefronts/themes/architecture/templates/json-templates#schema:~:text=Description-,layout,-String%0Aor%0Afalse

Yes the syntax isn’t consistent and yes the info is stupidly omitted in the critical places like the actual architecture doc on layouts instead spread in multiple places.

https://shopify.dev/docs/storefronts/themes/architecture/layouts

Use the submit feedback at bottom of page about the missing detail.

1 Like