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