{% include "fragments/common_headers.html" %} {% if let Some(title) = post.title %}{% else %}{% endif %} {% if let Some(description) = post.description %}{% endif %} {% match post.media_type.as_ref() %} {% when "image" %} {% if let Some(title) = post.title %}{% else %}{% endif %} {% if let Some(description) = post.description %}{% endif %} {% when "video" %} {% else %} {% endmatch %}
< To posts

Search

Tags

{% if tags.is_empty() %}

No tags in post. Consider adding some!

{% else %} {% endif %}

View post #{{ post.id }}

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

Details

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

Parent post

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

Child posts

{% endif %}