
Announcements
Hi,
is it possible to create another page copy template? Background is that we want to define 3 sections within a webpage each with a different {% include 'page copy' %} so we can edit each section block right on the form?
Hi @Anonymous ,
Each web page should have it page copy and with the liquid tag {% include 'page copy' %} you wont be able to define which one of the 3 copies you have to include if a certain condition is met, so my guess is no.
now , you can achieve exact same scenario you mentioned by using content snippet that you can easily include in the web page content
Example,
I have content snippet name = cases/escalation/button and i want to include it in a web page so all i need to do is inject below code into the designated page copy
{% include 'snippet' snippet_name:'cases/escalation/button' %}