Hello,
I have developed a site with the help of couch.In that website i have listed multiple clone able templates.Now i want to show the List view of all these page from one file e.g list-view.html.
Now the hurdle is that i have given an h2 tag in the content area which displays the name of the template or section. In the list view i have mentioned it as
I mean all the clone able templates name should be displayed here dynamically as al;l these templates page view is from one file.
Thank you
I have developed a site with the help of couch.In that website i have listed multiple clone able templates.Now i want to show the List view of all these page from one file e.g list-view.html.
Now the hurdle is that i have given an h2 tag in the content area which displays the name of the template or section. In the list view i have mentioned it as
- Code: Select all
<h2>Example section</h2>
I mean all the clone able templates name should be displayed here dynamically as al;l these templates page view is from one file.
Thank you