]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb/templates/combo/cells/topik-large/link-cell.html
settings: declare PROJECT_PATH
[panikweb-esperanzah.git] / panikweb / templates / combo / cells / topik-large / link-cell.html
1 {% load thumbnail %}
2 <div class="topikcellcontent topik-{{cell.link_page.slug}}">
3 <a class="block cf" href="{{url}}">
4 <span class="logo">
5 {% thumbnail cell.link_page.picture "800x450" crop="50% 25%" as im %}
6 <div class="logo">
7 <img class="normal" src="{{im.url}}"/>
8 </div>
9 {% endthumbnail %}
10 </span>
11 <div>
12   <h2>{{title}}</h2>
13   <div class="description">
14     {{cell.link_page.description|safe|striptags}}
15   </div>
16 </div>
17 </a>
18 </div>