---
layout: default
title: Tags
menu: ['global']
---
{%- include /functions/wiki-tags.html -%}
{%- for tag in tags -%}
{%- assign counter = 0 -%}
{%- for other_page in wiki_pages %}
{%- if other_page.tags contains tag -%}
{%- assign counter = counter | plus: 1 -%}
{%- endif -%}
{%- endfor -%}
- {{ tag }} ({{counter}} pages)
{%- endfor -%}