{% extends "front_base.html" %} {% block content %} {% if posts %} {% for post in posts %} {% with title_links=True %} {% include 'blog/post.html' %} {% endwith %} {% endfor %} {% else %}

No posts are returned for your query.

{% endif %} {% endblock %}