aboutsummaryrefslogtreecommitdiff
path: root/template/old-news.html.j2
blob: 671af1c1413b6bd9479f19e24c0385b330984e5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{% extends "common/base.j2" %}
{% block body_content %}

<div class="jumbotron">
  <div class="container text-center">
    <h1>{{ _("Older News") }}</h1>
    <div class="col-lg-12">
      <p>
        {% trans %}
          This page documents the GNUnet history.
        {% endtrans %}
      </p>
    </div>
  </div>
</div>

<div class="container">
  <div class="row">
    <div class="col-lg-12">
{% include "news/2018-06.inc" %}
{% include "news/2018-08.inc" %}
{% include "news/2017-10.inc" %}
    </div>
  </div>
</div> <!-- /container -->

{% endblock body_content %}