2020-01-26 23:16:10 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
{% block left_content %}
|
|
|
|
<div class="player">
|
|
|
|
<video id="player" poster="{{ thumbnail_src }}" controls>
|
|
|
|
<source src="{{ video_src }}" type="video/mp4" />
|
|
|
|
</video>
|
|
|
|
</div>
|
|
|
|
<details class="shownotes">
|
|
|
|
<summary>Show Notes</summary>
|
|
|
|
{{ show_notes }}
|
|
|
|
</details>
|
|
|
|
{% endblock %}
|