{% extends "base.html" %} {% block title %}{{ nick }} : search{% endblock %} {% block heading %} {% endblock %} {% block content %}
{% if !available %}

Search is not available in this loggerhead build. The breezy.plugins.search plugin must be installed and the branch indexed.

{% else %} {% if results.is_empty() %}

No results.

{% else %} {% endif %} {% endif %} {% endblock %}