{% extends 'base.html' %} {% load bootstrap3 fluent_contents_tags %} {% block content %} {% page_placeholder instance 'main' title='Main' role='m' fallback=True %}
{% bootstrap_form form %}
{% if query %} {% for result in page.object_list %}

{{ result.object.title }}

{% empty %}

No results found.

{% endfor %} {% if page.has_previous or page.has_next %} {% endif %} {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %} {% endblock %}