{% extends "layout.html" %} {% block title %} - {{ request.args.get('q') }}{% endblock %} {% block body %} {% for connector in connectors %} {% for torrent in connector.data %} {% if not loop.index0 %} {% endif %} {% if connector.is_light %} {% else %} {% endif %} {% endfor %} {% if connector.is_more %} {% endif %} {% if connector.on_error %} {% endif %} {% endfor %} {% endblock %}