Search
Search
Tags
{% if let Some(tags) = tags %} {% for tag in tags %}
{{ tag }}
{% endfor %} {% endif %}
Viewing posts
{% if posts.is_empty() %}
No posts found!
{% else %}
{% for post in posts %}
{{ post.rating }}
{% endfor %}
Page {{ page }} of {{ page_count }}
{% endif %}