current_tags
The tags applied to the current page.
You can add tags to articles and products. Article tags can be used to filter a blog page to show only articles with specific tags. Similarly, product tags can be used to filter a collection page to show only products with specific tags.
Example
Generate links to product collections with filtering behavior by tag
{{#for tag in current_tags}}
{{#link_to_tag tag}}
{{tag}}
{{/link_to_tag}}
{{/for}}
Was this article helpful to you?