]> git.0d.be Git - panikweb.git/blob - panikweb_templates/templates/feed/soundfile.html
116c3decdaa33077a087290bafd20dc207882a00
[panikweb.git] / panikweb_templates / templates / feed / soundfile.html
1 {% load thumbnails %}
2 {% if obj.episode.image %}
3 <img src="{{ obj.episode.image|thumbnail:'320x240' }}"/>
4 {% endif %}
5
6 {% autoescape off %}
7 {{ obj.episode.text }}
8 {% endautoescape %}