{% extends "base.html" %} {% block title %}ruthholladay.com{% endblock %} {% block generic %} {%block page_title%}Search Results{%endblock%} Search Results For: {{query_string}} {% if found_entries %} {% for post in found_entries %}
{%endfor%} {%else%}Nothing Found {%endif%} {% endblock %}