]> git.0d.be Git - panikweb.git/blob - panikweb/templates/panikombo/newsitem_auto_selection.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / panikombo / newsitem_auto_selection.html
1 {% load paniktags %}
2 {% if title and newsitems %}<h3>{{title}}</h3>{% endif %}
3 <ul class="custom list newsList">
4 {% for content in newsitems|slice:":50" %}
5 <li>{% news_inline %}</li>
6 {% endfor %}
7 </ul>