]> git.0d.be Git - panikweb.git/blob - panikweb_templates/templates/feed/soundfile.html
ef87b9e8054496ea60c23383f85b7d9d80c75204
[panikweb.git] / panikweb_templates / templates / feed / soundfile.html
1 {% load paniktags thumbnail %}
2 {% if obj.episode.image %}
3 {% thumbnail obj.episode.image "320x240" crop="50% 25%" as im %}
4 <img src="{{im.url|as_absolute_url}}"/>
5 {% endthumbnail %}
6 {% endif %}
7
8 {% autoescape off %}
9 {{ obj.episode.text|set_absolute_urls }}
10 {% endautoescape %}