Alternate layouts:
Contact us page have alternate layout,
Steps:
1. Create naked.liquid in layout folder, this file is copy of theme.liquid just delete header and footer
2. in page.contact.liquid type
{% layout 'naked' %}
Alternate templates:
The main template is page.liquid and alternate template is page.contact.liquid
Alternate templates appear only on the live themes.
If you are working on unpublished theme there is a work-around for this:
Just create the alternate template on live and leave it empty, don't need to have anything in it
0 comments