mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
9 lines
No EOL
204 B
Text
9 lines
No EOL
204 B
Text
{% extends "layout/default" %}
|
|
{% block content %}
|
|
{% for torrent in torrents %}
|
|
<div>
|
|
<a name="{{ torrent.info_hash }}"></a>
|
|
<h2>{{ torrent.name }}</h2>
|
|
</div>
|
|
{% endfor %}
|
|
{% endblock content %} |