---
layout: archive
---
Navigation
Content
{% for item in site.data.tagz %}
{% if item[0] == page.section %}
{% for tag in site.tags %}
{% if item[1] contains tag[0] %}
{{ tag[0] }}
{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} ↑
{% for post in tag.last %}
{% include archive-single.html type=entries_layout %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor%}