I was wondering how do I create two different FAQ templates. Well I already have one in my IMPULSE THEME on shopify. But whenever I create a new pag including my FAQ template it shows those questions. Therefore, I need a duplicate but with different questions.
What code do I need implement? This is what my template page.faq.liquid has in it:
{% section 'page-faq-template' %}
If a create a new template lets say page.faq2.liquid and implement this (above) i will get just a duplicate with the same questions and answers.