{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block title %}{{ site.domain }}: Search Results{% endblock %} {% block nav_path %}{{ site.domain }} › Search Results{% endblock %} {% block content %} {% if too_small %}
Search string "{{ search_string }}" too small.
{% else %}No matching titles found.
{% endif %}{{ matching_line }}
No matching content found.
{% endif %} {% endif %} {% endblock %}