TorrentIndexer/templates/create.html
sqozz 72daa11c33 Added newst version of Bootstrap
Added "create" menupoint
Added icons to the menupoints
2015-02-05 22:38:39 +01:00

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%}