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

Search

{% if query %}

{{ total }} result{% if total != 1 %}s{% endif %} for "{{ query }}"

{% for post in posts %} {% else %}

No results found.

{% endfor %}
{% if total_pages > 1 %} {% endif %} {% endif %}
{% endblock %}