summaryrefslogtreecommitdiff
path: root/template/news.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/news.html.j2')
-rw-r--r--template/news.html.j226
1 files changed, 12 insertions, 14 deletions
diff --git a/template/news.html.j2 b/template/news.html.j2
index 8984afa5..421dbaf1 100644
--- a/template/news.html.j2
+++ b/template/news.html.j2
@@ -1,22 +1,20 @@
{% extends "common/base.j2" %}
{% block body_content %}
-<div class="container">
- <div class="col">
- <h1>News</h1>
+ <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" %}
+ {% 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>
+ <a href="old-news.html"><h3>{{ _("More news")}}</h3></a>
+ </div>
</div>
-</div>
-
-
{% endblock body_content %}