{% extends "site_base.html" %} {% load thumbnail %} {% load i18n %} {% block "content" %}

{{ _('Posts') }}{% if tag or byear %}: {{ title }} {% endif %}{% if page_obj.number != 1 %} ({{ _('page') }} {{ page_obj.number }}){% endif %}

{% if is_paginated %} {% endif %} {% endblock "content" %}