{% extends "base.html" %} {% block title %}Search Boards — {{ config.BBS_NAME }}{% endblock %} {% block content %}

Search Boards

Minimum 2 characters. Up to 100 results.
{% if q and not results %}
No matches for {{ q }}.
{% endif %} {% if results %}

{{ results|length }} match(es) for {{ q }}:

{% endif %}
{% endblock %}