Add basic detail routes
This commit is contained in:
11
templates/details.html
Normal file
11
templates/details.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!--
|
||||
vim: ts=2 noexpandtab
|
||||
-->
|
||||
{% extends "index.html" %}
|
||||
{% block title %}{{ super() }} - Results{% endblock%}
|
||||
{% set active_page = "search" %}
|
||||
{% block content %}
|
||||
<link href="{{ url_for("static", filename="css/details.css") }}" rel="stylesheet">
|
||||
<script src="{{ url_for("static", filename="js/main.js") }}"></script>
|
||||
<h1>DETAILS</h1>
|
||||
{% endblock content%}
|
Reference in New Issue
Block a user