aboutsummaryrefslogtreecommitdiff
path: root/financial-news.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'financial-news.html.j2')
-rw-r--r--financial-news.html.j243
1 files changed, 43 insertions, 0 deletions
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 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3
4<div class="jumbotron">
5 <div class="container text-center">
6 <h1>{{ _("Financial News") }}</h1>
7 <div class="col-lg-12">
8 <p>
9 {% trans %}
10 This page explains (only in English) how Taler can change ongoing
11 developments in the financial industry.
12 {% endtrans %}
13 </p>
14 </div>
15 </div>
16</div>
17
18<div class="container">
19 <div class="row">
20 <div class="col-lg-12">
21
22{% include "financial-news/2017-07-20.inc" %}
23{% include "financial-news/2017-04-04.inc" %}
24{% include "financial-news/2017-04-03.inc" %}
25{% include "financial-news/2016-10-26.inc" %}
26{% include "financial-news/2016-10-24.inc" %}
27{% include "financial-news/2016-10-21.inc" %}
28{% include "financial-news/2016-10-15.inc" %}
29{% include "financial-news/2016-07-23.inc" %}
30{% include "financial-news/2015-12-22.inc" %}
31{% include "financial-news/2015-04-30.inc" %}
32{% include "financial-news/2015-03-17.inc" %}
33{% include "financial-news/2014-12-06.inc" %}
34{% include "financial-news/2014-12-05.inc" %}
35{% include "financial-news/2014-11-13.inc" %}
36{% include "financial-news/2014-09-10.inc" %}
37{% include "financial-news/2013-09-15.inc" %}
38
39 </div>
40 </div>
41</div> <!-- /container -->
42
43{% endblock body_content %}