aboutsummaryrefslogtreecommitdiff
path: root/about.html.j2
blob: 06d8560c49e409ec99298075c46c9469d797b1d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "common/base.j2" %}
{% block body_content %}
<div class="container">
  <article>
    <section>
      <h3>{{ _("About GNUnet") }}</h3>
      <p>
	{% trans %}
        We still have to write this section. 
	{% endtrans %}
      </p>
    </section>
  </article>
</div>
{% endblock body_content %}