{% match post.media_type.as_ref() %} {% when "image" %} {% when "video" %} {% else %} {% endmatch %}

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 %}

Details

{% include "post_details.html" %}
{% if let Some(parent_post) = parent_post %}

Parent

{{ parent_post.rating }}
{{ parent_post.media_type }}
{% else %} {% endif %} {% if !children_posts.is_empty() %}

Child posts

{% endif %}

Tags