{% extends 'posts/base.html' %} {% load static %} {% block content %}
{% if empty %}
{{config.not_found_description}}
{% else %} {% for item in posts_list %}
...
{{item.post_header}}

{{item.post_content_preview|safe}}

{% endfor %} {% endif %}
{% endblock content %}