TorrentIndexer/templates/result.html

11 lines
280 B
HTML
Raw Normal View History

2015-02-06 22:03:42 +01:00
<!--
vim: ts=2 noexpandtab
-->
{% extends "index.html" %}
{% block title %}{{ super() }} - Search{% endblock%}
2015-02-06 22:03:42 +01:00
{% set active_page = "search" %}
{% block content %}
<link href="{{ url_for("static", filename="css/search.css") }}" rel="stylesheet">
{{results}}
2015-02-06 22:03:42 +01:00
{% endblock content%}