magnetico-web/templates/index.html.twig

7 lines
153 B
Twig
Raw Normal View History

{% extends 'base.html.twig' %}
{% block content %}
<div class="well">
<p>Torrents indexed: {{ torrentsCount }}</p>
</div>
{% endblock %}