{% extends "base.html" %} {% set active = "search" %} {% block title %}Search — Communication DNA{% endblock %} {% block content %}
{{ results|length }} result{{ 's' if results|length != 1 }} for "{{ q }}"
{% if results %}{{ r.text[:300] }}
No results found.
{% endif %} {% endif %} {% endblock %}