Posts
{% if posts.is_empty() %}No posts found!
{% else %}
-
{% for post in posts %}
-
{{ post.rating | upper }}{{ post.media_type }}
{% endfor %}
Pages
-
{% for i in 1..=page_count %}
- {% if i == page as u64 %} {{ i }} {% else %} {{ i }} {% endif %} {% endfor %}