View post #{{ post.id }}

{% include "get_media.html" %}

Details

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

Parent

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

Child posts

{% endif %}

Tags