]> git.ipfire.org Git - ipfire.org.git/blob - www/templates/news-year.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / www / templates / news-year.html
1 {% extends "base-1.html" %}
2
3 {% block title %}{{ _("News") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("News from %(year)s") % { "year" : selected_year } }}</h1>
8 </div>
9
10 {{ modules.NewsYearNavigation(selected_year) }}
11
12 <hr>
13
14 {{ modules.NewsTable(news) }}
15 {% end block %}