{% extends "base.html" %} {% macro medium(file) -%} {% if file.endswith(".mp4") %} {%- else %}{% endif %} {%- endmacro %} {% block body -%}
← all accounts · @{{ name }} · {{ posts|length }} posts {%- for type, label, count in types %}{% endfor -%}
{%- if topics %}
{%- for t in topics %}{% endfor -%}
{% endif -%}
{%- for post in posts %}
{{- '' }}
{%- if post.files|length > 1 -%}
{% for file in post.files %}{{ medium(file) }}{% endfor %}
{{- '' }} {{- '' }}1 / {{ post.files|length }}
{%- else -%} {{ medium(post.files[0]) }} {%- endif -%}
{{- '' }}
· instagram

{{ post.caption }}

{% for tag in post.tags %}{{ tag }}{% endfor %}
{%- endfor %}
{% endblock %}