mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-29 17:05:04 +00:00
17 lines
355 B
HTML
17 lines
355 B
HTML
{% extends 'base.html' %}
|
|
{% block footerscripts %}
|
|
<link rel="stylesheet" href="{{ STATIC_URL }}css/fmplayer.css">
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="content">
|
|
|
|
</div>
|
|
|
|
<div class="player-seekhead" id="player-seekhead">
|
|
<span class="player-seekhead-time"></span>
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block sidecontent %}
|
|
{% endblock %} |