{% if pageno > 1 %} {% for result in results %} {% set index = loop.index %} {% include 'pix-art/result_templates/default.html' %} {% endfor %} {% else %} {% extends "pix-art/base.html" %} {% block title %}{{ q|e }} - {% endblock %} {% block meta %}{% endblock %} {% block content %}
preferences
{% for result in results %} {% set index = loop.index %} {% include 'pix-art/result_templates/default.html' %} {% endfor %}
{% endblock %} {% endif %}