{% extends "base.html" %} {% block title %}Search: {{ query }}{% endblock %} {% set active_tab = type if type == 'files' else '' %} {% block content %}
{{ results | length }} result{{ 's' if results | length != 1 }}
{{ result.snippet }}
Try different keywords or check spelling.