summaryrefslogtreecommitdiff
path: root/template/old-news.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/old-news.html.j2')
-rw-r--r--template/old-news.html.j262
1 files changed, 31 insertions, 31 deletions
diff --git a/template/old-news.html.j2 b/template/old-news.html.j2
index fe339cd8..611b4ae8 100644
--- a/template/old-news.html.j2
+++ b/template/old-news.html.j2
@@ -1,44 +1,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 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>
-<div class="container">
- <div class="row">
- <div class="col-lg-12">
+ <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/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-11.inc" %}
+ #}
-{% include "news/2015-02.inc" %}
-{#
- {% include "news/2014-12.inc" %}
-#}
-{% include "news/2014-11.inc" %}
+ {% include "news/2015-02.inc" %}
+ {#
+ {% include "news/2014-12.inc" %}
+ #}
+ {% include "news/2014-11.inc" %}
+ </div>
</div>
- </div>
-</div> <!-- /container -->
+ </div> <!-- /container -->
{% endblock body_content %}