{% extends "base.html" %} {% block title %}{{ q }} - {% endblock %} {% block content %}
preferences
{% for result in results %} {% if result['template'] %} {% include 'result_templates/'+result['template'] %} {% else %} {% include 'result_templates/default.html' %} {% endif %} {% endfor %} {% if paging %} {% endif %}
{% endblock %}