{% extends 'blog/base.html' %} {% block content %}

Posts containing '{{query_string}}'

{% for post in posts %}
{{ post.created }}

{{ post.title }}

{{ post.body|safe }}
{% endfor %} {% endblock content %}