diff options
Diffstat (limited to 'old-news.html.j2')
-rw-r--r-- | old-news.html.j2 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/old-news.html.j2 b/old-news.html.j2 new file mode 100644 index 00000000..a7d0672c --- /dev/null +++ b/old-news.html.j2 | |||
@@ -0,0 +1,36 @@ | |||
1 | {% extends "common/base.j2" %} | ||
2 | {% block body_content %} | ||
3 | |||
4 | <div class="jumbotron"> | ||
5 | <div class="container text-center"> | ||
6 | <h1>{{ _("Older News") }}</h1> | ||
7 | <div class="col-lg-12"> | ||
8 | <p> | ||
9 | {% trans %} | ||
10 | This page documents the GNU Taler history. | ||
11 | {% endtrans %} | ||
12 | </p> | ||
13 | </div> | ||
14 | </div> | ||
15 | </div> | ||
16 | |||
17 | <div class="container"> | ||
18 | <div class="row"> | ||
19 | <div class="col-lg-12"> | ||
20 | |||
21 | {% include "news/2016-12.inc" %} | ||
22 | {% include "news/2016-10.inc" %} | ||
23 | {% include "news/2016-09.inc" %} | ||
24 | {% include "news/2016-08.inc" %} | ||
25 | {% include "news/2016-06.inc" %} | ||
26 | {% include "news/2015-12.inc" %} | ||
27 | {% include "news/2015-11.inc" %} | ||
28 | {% include "news/2015-02.inc" %} | ||
29 | {% include "news/2014-12.inc" %} | ||
30 | {% include "news/2014-11.inc" %} | ||
31 | |||
32 | </div> | ||
33 | </div> | ||
34 | </div> <!-- /container --> | ||
35 | |||
36 | {% endblock body_content %} | ||