From 05295151c3ff6a4dd4ff7fee29f0375f73670cb4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 23 Aug 2017 11:11:28 +0200 Subject: move financial news to a separate page --- financial-news.html.j2 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 financial-news.html.j2 (limited to 'financial-news.html.j2') diff --git a/financial-news.html.j2 b/financial-news.html.j2 new file mode 100644 index 00000000..8ebe2d42 --- /dev/null +++ b/financial-news.html.j2 @@ -0,0 +1,43 @@ +{% extends "common/base.j2" %} +{% block body_content %} + +
+
+

{{ _("Financial News") }}

+
+

+ {% trans %} + This page explains (only in English) how Taler can change ongoing + developments in the financial industry. + {% endtrans %} +

+
+
+
+ +
+
+
+ +{% include "financial-news/2017-07-20.inc" %} +{% include "financial-news/2017-04-04.inc" %} +{% include "financial-news/2017-04-03.inc" %} +{% include "financial-news/2016-10-26.inc" %} +{% include "financial-news/2016-10-24.inc" %} +{% include "financial-news/2016-10-21.inc" %} +{% include "financial-news/2016-10-15.inc" %} +{% include "financial-news/2016-07-23.inc" %} +{% include "financial-news/2015-12-22.inc" %} +{% include "financial-news/2015-04-30.inc" %} +{% include "financial-news/2015-03-17.inc" %} +{% include "financial-news/2014-12-06.inc" %} +{% include "financial-news/2014-12-05.inc" %} +{% include "financial-news/2014-11-13.inc" %} +{% include "financial-news/2014-09-10.inc" %} +{% include "financial-news/2013-09-15.inc" %} + +
+
+
+ +{% endblock body_content %} -- cgit v1.2.3