]> git.0d.be Git - panikweb.git/blob - panikweb_templates/templates/feed/soundfile.html
templates: repeat fragment title in feed item description
[panikweb.git] / panikweb_templates / 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 %}