{% set hide_left_bar = True %} {% extends g.theme.master %} {% block title %}{{c.project.name}} / Search{% endblock %} {% block header %}Search Project: {{q}}{% endblock %} {% block content %}
No results.
{% elif count == 1 and q %}{{count}} result.
{% elif count > 1 and q %}{{count}} results.
{% endif %}{{doc['snippet']|safe}}
{% endif %}