Revert to 71858c6020
This commit is contained in:
@ -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%}
|
||||
|
Reference in New Issue
Block a user