aboutsummaryrefslogtreecommitdiff
path: root/template/old-news.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/old-news.html.j2')
-rw-r--r--template/old-news.html.j227
1 files changed, 27 insertions, 0 deletions
diff --git a/template/old-news.html.j2 b/template/old-news.html.j2
new file mode 100644
index 00000000..671af1c1
--- /dev/null
+++ b/template/old-news.html.j2
@@ -0,0 +1,27 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3
4<div class="jumbotron">
5 <div class="container text-center">
6 <h1>{{ _("Older News") }}</h1>
7 <div class="col-lg-12">
8 <p>
9 {% trans %}
10 This page documents the GNUnet history.
11 {% endtrans %}
12 </p>
13 </div>
14 </div>
15</div>
16
17<div class="container">
18 <div class="row">
19 <div class="col-lg-12">
20{% include "news/2018-06.inc" %}
21{% include "news/2018-08.inc" %}
22{% include "news/2017-10.inc" %}
23 </div>
24 </div>
25</div> <!-- /container -->
26
27{% endblock body_content %}