Filters
The filters object is a unique list of tags associated with pages of the current pagelist. A good example of the usage of the filters object can be found here. You can use the :filter
variable to get the current filter tag while looping over the filters object.
Example
<@ foreach in filters @>
<a href="?<@ queryStringMerge { filter: @{ :filter } } @>">
@{ :filter }
</a>
<@ end @>