summaryrefslogtreecommitdiff
path: root/news.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-06-25 21:45:56 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-06-27 00:30:50 +0200
commitc2c1641265eb40b9a0139583c4f1a31618590c9d (patch)
treec59cdddaa58f6ecdea396f3713c551d9351bca94 /news.html.j2
parent9cb4211e6f30996dd954ae71a7e1328fefc6f0fb (diff)
downloadwww-c2c1641265eb40b9a0139583c4f1a31618590c9d.tar.gz
www-c2c1641265eb40b9a0139583c4f1a31618590c9d.tar.bz2
www-c2c1641265eb40b9a0139583c4f1a31618590c9d.zip
redesign attempt
Diffstat (limited to 'news.html.j2')
-rw-r--r--news.html.j222
1 files changed, 22 insertions, 0 deletions
diff --git a/news.html.j2 b/news.html.j2
new file mode 100644
index 00000000..8984afa5
--- /dev/null
+++ b/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 %}