{% for post in paginator.posts %}
{% if post.link %} {% else %} {% endif %}
{{ post.title }}
{% if post.description %}
{{ post.description }}
{% endif %}
{% endfor %}
{% if paginator.previous_page %} {% endif %} {% if paginator.next_page %} {% endif %}