{% extends "base.html" %} {% block title %}Search{% endblock %} {% block content %}
{% csrf_token %}
{% include "forms/_field.html" with field=form.query %}
{% if results.identities %}

People

{% for identity in results.identities %} {% include "activities/_identity.html" %} {% endfor %} {% endif %} {% endblock %}