{% extends "index.html" %} {% block title %}{{ super() }} - Create{% endblock%} {% set active_page = "create" %} {% block content %}

Add new torrent

{% endblock content%}