{% 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 %} {% if age_confirmation %}{% include "fragments/age_restricted_check.html" %}{% endif %}
< To posts

Search

{% for item in pool_data %} {% endfor %}
{% if let Some(previous_post_id) = item.previous_post_id %} < Previous {% endif %} Pool: {{ item.name }} {% if let Some(next_post_id) = item.next_post_id %} Next > {% 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 %}
{% 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 %}

Tags

{% if tags.is_empty() %}

No tags in post. Consider adding some!

{% else %} {% endif %}