{#% extends "blog/base.html" %#} {% extends "search/all.html" %} {% load i18n %} {% block head_title %}{% trans "All posts" %}{% endblock %} {% block seo_keywords %}{% trans "All posts" %}{% endblock %} {% block seo_description %}{% trans "All posts" %}. {{ block.super }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

{% trans "All posts" %}

{% if post_list %} {% include "blog/post_iterator.html" %} {% else %} {% trans "No posts yet." %} {% endif %} {% endblock %}