{% extends "identity/view.html" %} {% block title %}Search - {{ identity }}{% endblock %} {% block subcontent %}
{% for post in results %} {% include "activities/_post.html" %} {% empty %}No posts were found that match your search.
{% endfor %} {% endblock %}