Designing Pages with Dawn theme, Templates and Pages

Hi,

I am redesigning a shopify store based on the Dawn theme on a Dev account.
I am an experienced web dev. I have completed the homepage customisations and am now working on several Pages.

Am I correct in understanding that if each Page requires various Sections of content like:

  • Image Banner
  • Image with Text
  • Image with Text
  • Multicolumn
  • Featured Content / Collection List

…I will have to design a separate template for each page? So, if I have 8 pages with varying content each page will require me to design a template, name it and and then apply that template to the page? The basic content of the Page only being displayed if I add in page.liquid to the template?

Thanks in advance!

Hello @Gr1f
Hope you are doing well

You can customize each template separately and name it. And at the time of creating the page, you can allocate the template to the page you have created.

For example, you have created a page template for Wishlist, About Us, and Contact Us. After this you create a page called Contact Us then assign the Contact Us template to this page it will not affect the view of the Wishlist page.

1 Like

Cheers, thanks.