]> git.ipfire.org Git - ipfire.org.git/blob - templates/modules/news-table.html
Remove obsolete pakfire CGI scripts.
[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>