6 lines
138 B
Twig
6 lines
138 B
Twig
|
{% extends 'base.html.twig' %}
|
||
|
|
||
|
{% block content %}
|
||
|
{% include 'torrent_list.html.twig' with {'torrents': torrents} %}
|
||
|
{% endblock %}
|