{% extends "base.html" %} {% block title %}search: {{ query }} — 4ch-archive{% endblock %} {% block boardtitle %}
Search
{% endblock %} {% block body %}
{% if query %}
{% for r in results %}
{{ r.snippet }}
{% endfor %} {% if not results %}

No matches.

{% endif %}
{% if page > 1 %}Previous {% endif %} {% if results|length == 50 %}Next{% endif %}
{% endif %}
{% endblock %}