This commit is contained in:
sqozz
2015-02-12 22:06:31 +01:00
parent 90bd3ea1f2
commit 94ba7485c6
19 changed files with 227 additions and 534 deletions

View File

@ -2,9 +2,8 @@
vim: ts=2 noexpandtab
-->
{% extends "index.html" %}
{% block title %}{{ super() }} - Search{% endblock%}
{% block title %}{{ super() }} - Results{% endblock%}
{% set active_page = "search" %}
{% block content %}
<link href="{{ url_for("static", filename="css/search.css") }}" rel="stylesheet">
{{results}}
<p>{{results}}</p>
{% endblock content%}