mirror of
https://github.com/YGGverse/btracker.git
synced 2026-04-01 01:25:33 +00:00
init tera layout
This commit is contained in:
parent
0d155d6ef2
commit
8a32bdda63
6 changed files with 166 additions and 12 deletions
9
templates/index.html.tera
Normal file
9
templates/index.html.tera
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% extends "layout/default" %}
|
||||
{% block content %}
|
||||
{% for torrent in torrents %}
|
||||
<div>
|
||||
<a name="{{ torrent.info_hash }}"></a>
|
||||
<h2>{{ torrent.name }}</h2>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue