---
layout: default
menu: ['global']
---
{{ content | inject_anchors }}
{{ site.data.i18n[site.lang].label.tag_pages }} {{ page.tags }}
{% for tag in page.tags %}
{% for other_page in site.data.wiki_pages %}
{% if other_page.tags contains tag and other_page.id != page.id %}
- {{ other_page.title }}
{% endif %}
{% endfor %}
{% endfor %}