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/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 %}| {% 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 %} |
|---|
No tags in post. Consider adding some!
{% else %} {% endif %}