{% extends "identity/view.html" %} {% block title %}Search - {{ identity }}{% endblock %} {% block subcontent %}
{% csrf_token %}
{% include "forms/_field.html" with field=form.query %}
{% for post in results %} {% include "activities/_post.html" %} {% empty %}

No posts were found that match your search.

{% endfor %} {% endblock %}