]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/modules/news-table.html
e1c3677a409895ba5fa722adec5015bf728ab7d2
[people/shoehn/ipfire.org.git] / templates / modules / news-table.html
1 <ul class="unstyled">
2 {% for n in news %}
3 <li>
4 <a href="/news/{{ n.slug }}"><strong>{{ n.title }}</strong></a>
5 <br>
6 &nbsp;&nbsp;{{ locale.format_date(n.date, shorter=True) }}
7 <br>&nbsp;
8 </li>
9 {% end %}
10 </ul>