{{ config.SITE_NAME }} Torrent File RSS (No magnets) RSS Feed for {{ term }} {{ url_for('home', _external=True) }} {% for torrent in query %} {% if torrent.has_torrent %} {{ torrent.display_name }} {{ url_for('download_torrent', torrent_id=torrent.id, _external=True) }} {{ url_for('view_torrent', torrent_id=torrent.id, _external=True) }} {{ torrent.created_time|rfc822 }} {% endif %} {% endfor %}