Skip to content
Snippets Groups Projects
Commit 0f08c613 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4790: adding templates for catalog views

parent 8c1c0ac9
No related branches found
No related tags found
1 merge request!24Feature/istwcms 4790 ebremner catalog tabs
{% include '@components/tabs/tabs--link/tabs--link.twig' with {
'content_list': content_list,
} %}
{% include '@components/view/views-view/views-view.twig' with {
'title_prefix': title_prefix,
'title': title,
'title_suffix': title_suffix,
'header': header,
'exposed': exposed,
'attachment_before': attachment_before,
'rows': rows,
'pager': pager,
'attachment_after': attachment_after,
'more': more,
'feed_icons': feed_icons,
} %}
{% include '@components/tabs/tabs--link/tabs--link.twig' with {
'content_list': content_list,
} %}
{% include '@components/view/views-view/views-view.twig' with {
'title_prefix': title_prefix,
'title': title,
'title_suffix': title_suffix,
'header': header,
'exposed': exposed,
'attachment_before': attachment_before,
'rows': rows,
'pager': pager,
'attachment_after': attachment_after,
'more': more,
'feed_icons': feed_icons,
} %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment