]> git.0d.be Git - panikweb-esperanzah.git/blob - espeweb/templates/panikombo/newsitem_auto_selection.html
mutate into an addon module for panikweb
[panikweb-esperanzah.git] / espeweb / 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>