{% extends "cranefly/layout.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Search Community')) }}{% endblock %} {% block container %}
{% for result in results %}

{{ result.object.thread.name }} {{ result.object.forum.name }}

{{ result.object.post_clean|highlight(search_phrase)|safe }}

{% else %}

Nothing was found :C

{% endfor %}
{% endblock %}