]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/panikombo/newsitem_auto_selection.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb / templates / panikombo / newsitem_auto_selection.html
diff --git a/panikweb/templates/panikombo/newsitem_auto_selection.html b/panikweb/templates/panikombo/newsitem_auto_selection.html
new file mode 100644 (file)
index 0000000..c732bea
--- /dev/null
@@ -0,0 +1,7 @@
+{% load paniktags %}
+{% if title and newsitems %}<h3>{{title}}</h3>{% endif %}
+<ul class="custom list newsList">
+{% for content in newsitems|slice:":50" %}
+<li>{% news_inline %}</li>
+{% endfor %}
+</ul>