From 7c708d3aac4409bb56ac25510624b72a5d325f45 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 9 Dec 2019 20:07:50 +0000 Subject: add news template. --- common/news.j2 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 common/news.j2 (limited to 'common/news.j2') diff --git a/common/news.j2 b/common/news.j2 new file mode 100644 index 00000000..15cfb173 --- /dev/null +++ b/common/news.j2 @@ -0,0 +1,29 @@ + + + + + {{ _("GNUnet") }} + + {% include "common/header.j2.inc" %} + {% block head_content %}{% endblock %} + + + {% include "common/navigation.j2.inc" %} +
+ + + +
+
+

News

+
+
+
+
+ {% block body_content %}{% endblock %} +
+
+
+ {% include "common/footer.j2.inc" %} + + -- cgit v1.2.3