summaryrefslogtreecommitdiff
path: root/template/financial-news.html.j2
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-09-02 10:54:27 +0000
committerng0 <ng0@taler.net>2019-09-02 10:54:27 +0000
commitcf9958da7c7a8d8522937d7c4706c7ab2fc5fd73 (patch)
treebb7e353e8493205875ce2b2df538854c8db6ad11 /template/financial-news.html.j2
parentbd9bfe737deddf63ae931e1f2990632d0698a952 (diff)
downloadwww-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.tar.gz
www-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.tar.bz2
www-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.zip
Adjust repository layout (resolves #5596), add sitemap.xml generator.
Diffstat (limited to 'template/financial-news.html.j2')
-rw-r--r--template/financial-news.html.j243
1 files changed, 43 insertions, 0 deletions
diff --git a/template/financial-news.html.j2 b/template/financial-news.html.j2
new file mode 100644
index 00000000..8ebe2d42
--- /dev/null
+++ b/template/financial-news.html.j2
@@ -0,0 +1,43 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+
+<div class="jumbotron">
+ <div class="container text-center">
+ <h1>{{ _("Financial News") }}</h1>
+ <div class="col-lg-12">
+ <p>
+ {% trans %}
+ This page explains (only in English) how Taler can change ongoing
+ developments in the financial industry.
+ {% endtrans %}
+ </p>
+ </div>
+ </div>
+</div>
+
+<div class="container">
+ <div class="row">
+ <div class="col-lg-12">
+
+{% 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" %}
+
+ </div>
+ </div>
+</div> <!-- /container -->
+
+{% endblock body_content %}