{% extends "_types/social_lite/index.html" %} {% block title %}Search — Rose Ash{% endblock %} {% block social_content %}

Search

{% if query and total %}

{{ total }} result{{ 's' if total != 1 }} for {{ query }}

{% elif query %}

No results found for {{ query }}

{% endif %}
{% include "social/_search_results.html" %}
{% endblock %}