{% extends 'wheelcms_axle/base.html' %} {% block breadcrumb %}
{% endblock %} {% block base_main %}

Search

{{form.q}}
{% if query %}
{% for result in page.object_list %} {% empty %} {% endfor %}
Results ({{paginator.count}})
{{ result.title }}

{{result.description|default:''|safe}}

No results found.

{% include "two.bootstrap/pagination.html" %} {% endif %} {% endblock %}