{%- comment -%} props: - post: skin file {%- endcomment -%}
{%- if include.post.skin_collection.size > 1 -%}
{%- include icons/document-solid.svg -%} {{ include.post.skin_collection.size }}
{%- endif -%}
{{ include.post.skin_name | truncate: 32}}
{%- for game_mode in include.post.game_modes -%} {%- include icons/{{ game_mode }}.svg -%} {%- endfor -%}
{{ include.post.author | concat_authors }} {%- for resolution in include.post.resolutions -%} {{ resolution | upcase }} {%- endfor -%}
{% include tags.html post=include.post %}