{% load i18n %} {% load sekizai_tags %} {% load goscale_tags %} {% goscale_addtoblock "css" %} {% endaddtoblock %} {% goscale_addtoblock "js" %} {% endaddtoblock %} {% block posts_content %} {% if post %} {% include "post.html" %} {% else %} {% if posts %}
{% if title %}

{{ title }}

{% endif %} {% if posts %}
{% for post in posts %} {% if post.title %}
{% if external_links %} {{ post.title }} {% else %} {{ post.title }} {% endif %} {% if show_date %} {% endif %}
{% endif %}
{{ post.description|safe }}
{% endfor %} {% goscale_paginator %}
{% endif %}
{% endif %} {% endif %} {% endblock %}