{% load blog_tags keyword_tags i18n %} {% blog_recent_posts 5 as recent_posts %} {% if recent_posts %}

{% trans "Recent Posts" %}

{% endif %} {% blog_months as months %} {% if months %}

{% trans "Archive" %}

{% for month in months %} {% ifchanged month.date.year %} {% if not forloop.first %}{% endif %}

{{ month.date.year }}

{% endif %} {% blog_categories as categories %} {% if categories %}

{% trans "Categories" %}

{% endif %} {% keywords_for blog.blogpost as tags %} {% if tags %}

{% trans "Tags" %}

{% endif %} {% blog_authors as authors %} {% if authors %}

{% trans "Authors" %}

{% endif %}

{% trans "Feeds" %}

{% trans "RSS" %} / {% trans "Atom" %}