{% if post.url.endswith('.mp4') or post.url.endswith('.webm') -%}
{% elif post.url.startswith('https://streamable.com') -%}
{% elif post.url.startswith('https://www.redgifs.com/watch/') -%}
{% endif -%}
{% if 'youtube.com' in post.url -%}
{% endif -%}
{% if 'videos/watch' in post.url -%}
{% endif -%}
{% endif -%}
{% include "post/post_teaser/_utilities_bar.html" %}