{% extends "base.html" %} {% block title %}{% if query %}{{ query }} - Search{% else %}Search{% endif %} - {{ site.title }}{% endblock %} {% block content %}

Search

Find posts, pages, and content across the site

Enter to search | Esc to clear
{% if query %}
{{ results | length }} result{% if results | length != 1 %}s{% endif %} for "{{ query }}"
{% if results | length > 0 %} {% else %}

No results found

We couldn't find anything matching "{{ query }}"

  • Check your spelling
  • Try more general keywords
  • Try different keywords
{% endif %} {% else %}

Enter a search term to find content

{% endif %}
{% endblock %}