]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/modules/news-table.html
Major update of the webapp.
[people/shoehn/ipfire.org.git] / templates / modules / news-table.html
CommitLineData
7771acea
MT
1<ul class="unstyled">
2 {% for n in news %}
3 <li>
4 <a href="/news/{{ n.slug }}"><strong>{{ n.title }}</strong></a>
5 <br>
9068dba1 6 &nbsp;&nbsp;{{ locale.format_date(n.published, shorter=True) }}
7771acea
MT
7 <br>&nbsp;
8 </li>
9 {% end %}
10</ul>