{%- if post.selftext %}
{{ post.selftext | markdown}}
{%- endif %} {% if post.paths | length == 1 %} {% if '.gif' in post.paths[0] or '.jpg' in post.paths[0] or '.jpeg' in post.paths[0] or'.png' in post.paths[0] %} {% endif %} {% if '.mp4' in post.paths[0] or '.m4a' in post.paths[0] %} {% endif %} {% endif %} {% if post.paths | length > 1 %}
{% include 'gallery.html' %}
{% endif %}