{% comment %}
props:
- post: post this tag list is for
{% endcomment %}
{% for tag in include.post.resolutions %}
{% include tag.html search_key="res" tag=tag %}
{% endfor %}
{% for tag in include.post.ratios %}
{% include tag.html search_key="ratio" tag=tag %}
{% endfor %}
{% for tag in include.post.categories %}
{% include tag.html search_key="tagin" tag=tag %}
{% endfor %}
{% for tag in include.post.tags %}
{% include tag.html search_key="search" tag=tag %}
{% endfor %}