magnetico-web/templates/search_results.html.twig

6 lines
138 B
Twig

{% extends 'base.html.twig' %}
{% block content %}
{% include 'torrent_list.html.twig' with {'torrents': torrents} %}
{% endblock %}