]> git.ipfire.org Git - ipfire.org.git/blame - templates/news-year.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / news-year.html
CommitLineData
7771acea
MT
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 %}