summaryrefslogtreecommitdiffstats
path: root/web/templates/search.html
blob: 737328770e55006a3e2b9b30ddda5e9723bf2762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "base.html" %}

{% block js %}
	<script src="/static/js/search.js"></script>
{% end %}

{% block css %}
	<link rel="stylesheet" type="text/css" href="/css/search.css" />
{% end %}

{% block main %}
{% end %}