]> git.0d.be Git - panikweb.git/blob - panikweb_templates/templates/listen.html
Audio player
[panikweb.git] / panikweb_templates / templates / listen.html
1 {% extends "base.html" %}
2 {% block bodyID %}Player{% endblock %}
3 {% block main %}
4 <div class="wrapper">
5         <ul class="small custom list columns padded">
6         {% for sound in sounds %}
7                 <li class="item ellipsis">
8                         {{ sound.episode }}
9                 </li>
10         {% endfor %}
11         </ul>
12 </div>
13 {% endblock %}
14