Initial commit
This commit is contained in:
commit
7523a19d1f
40 changed files with 3984 additions and 0 deletions
10
templates/search/details.html
Normal file
10
templates/search/details.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block app_content %}
|
||||
<h1>{{info.title}} ({{info.year}})</h1>
|
||||
<h2>{{info.hasFile}}</h2>
|
||||
<p>{{info.id}}</p>
|
||||
<pre>
|
||||
{{info|tojson(indent=4)}}
|
||||
</pre>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue