TorrentIndexer/templates/create.html

10 lines
200 B
HTML

<!--
vim: ts=2 noexpandtab
-->
{% extends "index.html" %}
{% block title %}{{ super() }} - Create{% endblock%}
{% set active_page = "create" %}
{% block content %}
<p>CREATE</p>
{% endblock content%}