added search page

This commit is contained in:
bytewerk
2015-02-06 22:03:42 +01:00
parent 72daa11c33
commit 71858c6020
8 changed files with 168 additions and 6 deletions

9
templates/result.html Normal file
View File

@ -0,0 +1,9 @@
<!--
vim: ts=2 noexpandtab
-->
{% extends "index.html" %}
{% block title %}{{ super() }} - Results{% endblock%}
{% set active_page = "search" %}
{% block content %}
<p>{{results}}</p>
{% endblock content%}