2015-02-05 13:50:44 +01:00
|
|
|
<!--
|
|
|
|
vim: ts=2 noexpandtab
|
|
|
|
-->
|
2015-02-05 22:17:33 +01:00
|
|
|
{% extends "index.html" %}
|
|
|
|
{% block title %}{{ super() }} - Search{% endblock%}
|
|
|
|
{% set active_page = "search" %}
|
|
|
|
{% block content %}
|
|
|
|
<p>SEARCH</p>
|
|
|
|
{% endblock content%}
|