]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb/templates/feed/soundfile.html
settings: declare PROJECT_PATH
[panikweb-esperanzah.git] / panikweb / 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 "320x240" 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|set_absolute_urls }}
14 {% endautoescape %}