summaryrefslogtreecommitdiff
path: root/template/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/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/news.html.j2')
-rw-r--r--template/news.html.j222
1 files changed, 22 insertions, 0 deletions
diff --git a/template/news.html.j2 b/template/news.html.j2
new file mode 100644
index 00000000..8984afa5
--- /dev/null
+++ b/template/news.html.j2
@@ -0,0 +1,22 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+
+<div class="container">
+ <div class="col">
+ <h1>News</h1>
+
+{% include "news/2018-04.inc" %}
+{% include "news/2017-10.inc" %}
+{# include "news/2017-08.inc" #}
+{# include "news/2017-04.inc" #}
+{# include "news/2017-03.inc" #}
+{# include "news/2017-02.inc" #}
+{% include "news/2017-01.inc" %}
+
+<a href="old-news.html"><h3>{{ _("More news")}}</h3></a>
+ </div>
+
+</div>
+
+
+{% endblock body_content %}