{% load i18n %} {% load tagging_tags %}
Last comments feed
{% trans "Last comments" %}
{% if comments %} {% else %}
{% trans "No comments on blog" %}
{% endif %}
Last comments feed
{% trans "Last posts" %}
{% if last_posts %} {% else %}
{% trans "No posts on blog" %}
{% endif %}
{% trans "Tags" %}
{% tag_cloud_for_model blog.post as tags %} {% render_tag_cloud tags %}