MediaDash/templates/search/details.html
2021-08-29 15:03:28 +02:00

10 lines
No EOL
202 B
HTML

{% 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 %}