{{ result.title }}
{% if result.description %}{{ result.description }}
{% endif %} {% if result.garden %} {{ result.garden }} {% endif %}{% extends "base.html" %} {% block title %}Search{% if query %}: {{ query }}{% endif %} - {{ site_name }}{% endblock %} {% block content %}
{{ error }}
Found {{ results|length }} result{{ 's' if results|length != 1 else '' }} for "{{ query }}"
{{ result.description }}
{% endif %} {% if result.garden %} {{ result.garden }} {% endif %}No results found for "{{ query }}"
{% endif %}