]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb_esperanzah/templates/feed/soundfile.html
sync a bit of player with panik
[panikweb-esperanzah.git] / panikweb_esperanzah / templates / feed / soundfile.html
1 {% load paniktags thumbnail %}
2 {% if obj.fragment %}
3   {{ obj.title }}
4   <hr>
5 {% endif %}
6 {% if obj.episode.image %}
7   {% thumbnail obj.episode.image "400x400" crop="50% 25%" as im %}
8     <img src="{{im.url|as_absolute_url}}"/>
9   {% endthumbnail %}
10 {% endif %}
11
12 {% autoescape off %}
13   {{ obj.episode.text|hr_split|first|xml_illegal_fix|set_absolute_urls }}
14 {% endautoescape %}