]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/news-year.html
netboot: Allow booting multiple architectures
[people/shoehn/ipfire.org.git] / 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 {% module NewsYearNavigation(selected_year) %}
11
12 <hr>
13
14 {% module NewsTable(news) %}
15 {% end block %}