Skip to content
Snippets Groups Projects
Commit 1acc1fa4 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5509: adding pager template for pagination

parent 664458b4
No related branches found
No related tags found
No related merge requests found
{#
/**
* @file
* Theme override for a pager.
*
* Available variables:
* - modifier_class: Variant classes to modify component.
* - heading: Accessible heading.
* - items: List of pager items.
*
*/
#}
{% if items %}
{% include '@components/pager/pager.twig' with {
'modifier': '',
'heading': 'Pagination'|t,
'items': items,
'current': current
} only %}
{% endif %}
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