colbert-acl / templates /no_results.html
davidheineman's picture
add MySQL backend
fbce275
raw
history blame
No virus
291 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Search Results</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/styles.css') }}">
</head>
<body>
<h1>Unfortunately no papers seem to match your search for "{{ query }}" in {{ year }}</h1>
</body>
</html>