{% include 'includes/navbar.html' %}

{{ category.name }}

{{ category.description }}

{% if posts.items %} {% for post in posts.items %}

{{ post.title }}

{{ (post.created_at|to_italy_time).strftime('%d/%m/%Y') }} {% if post.category %} {{ post.category.name }} {% endif %} {{ post.views_count }} visite

{% if post.meta_description %} {{ post.meta_description }} {% else %} {{ post.content[:200]|striptags }}... {% endif %}

{% endfor %} {% if posts.pages > 1 %} {% endif %} {% else %}

Nessun articolo pubblicato al momento

Torna presto per leggere i nostri consigli sul risparmio!

{% endif %}
{% include 'includes/simple-footer.html' %}