{%- for post in posts %}
{{- '' }}
{%- endfor %}
{%- if post.files|length > 1 -%}
{%- else -%}
{{ medium(post.files[0]) }}
{%- endif -%}
{{- '' }}{% extends "base.html" %}
{% macro medium(file) -%}
{% if file.endswith(".mp4") %}
{%- else %}{% endif %}
{%- endmacro %}
{% block body -%}
{%- for t in topics %}{% endfor -%}
{% endif -%}
{%- for post in posts %}
{{- '' }}
{%- endfor %}
{%- if post.files|length > 1 -%}
{%- else -%}
{{ medium(post.files[0]) }}
{%- endif -%}
{{- '' }}