{% extends "front_base.html" %} {% block content %} {% if posts %} {% for post in posts %} {{ post.title }} {% endfor %} {% else %}

No posts are returned for your query.

{% endif %} {% endblock %}