{% extends "twitter/base.html" %} {% block nav %} {% include "twitter/nav.html" with current=1 %} {% endblock nav %} {% block main_content %} {% if query %}
{% if page.has_previous or page.has_next %}
{% if page.has_previous %}{% endif %}« Previous{% if page.has_previous %}{% endif %} | {% if page.has_next %}{% endif %}Next »{% if page.has_next %}{% endif %}
{% endif %} {% else %} {# Show some example queries to run, maybe query syntax, something else? #} {% endif %} {% endblock %}