summaryrefslogtreecommitdiff
path: root/old-news.html.j2
blob: fe339cd8953d07b10306a75beaf1f2bc7e396fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{% extends "common/base.j2" %}
{% block body_content %}

<div class="jumbotron">
  <div class="container text-center">
    <h1>{{ _("Older News") }}</h1>
    <div class="col-lg-12">
      <p>
        {% trans %}
          This page documents the GNU Taler history.
        {% endtrans %}
      </p>
    </div>
  </div>
</div>

<div class="container">
  <div class="row">
    <div class="col-lg-12">

{#
  {% include "news/2016-12.inc" %}
#}
{% include "news/2016-10.inc" %}
{% include "news/2016-09.inc" %}
{% include "news/2016-08.inc" %}
{% include "news/2016-06.inc" %}
{% include "news/2015-12.inc" %}

{#
  {% include "news/2015-11.inc" %}
#}

{% include "news/2015-02.inc" %}
{#
  {% include "news/2014-12.inc" %}
#}
{% include "news/2014-11.inc" %}

    </div>
  </div>
</div> <!-- /container -->

{% endblock body_content %}