View post #{{ post.id }}
{% match post.media_type.as_ref() %}{% when "image" %}{% include
"get_image_media.html" %}{% when "video" %}{% include
"get_video_media.html" %}{% else %}{% endmatch %}
{% match post.media_type.as_ref() %} {% when "image" %} {% when "video" %} {% else %} {% endmatch %}