Reputation: 2678
I want to fetch content of contenttype pages
which are using a template
page_with_sidebar.twig
?
How do I do that?
e.g
{% setcontent a = 'pages' [some filter here to retrieve specific templated pages] %}
Upvotes: 0
Views: 89
Reputation: 36
{% setcontent side_pages = 'pages' where { template: 'page_with_sidebar.twig' } %}
Upvotes: 2