blob: 5f5e81c3c06be966a48f7b00099c55bf1ad50e80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{% extends "common/base.j2" %}
{% block body_content %}
<!-- Jumbotron -->
<div class="jumbotron">
<div class="container text-center">
<h1>{{ _("GNUnet System Architecture") }}</h1>
<p>
</p>
</div>
</div>
<div class="container">
<img width="100%" src="{{ svg_localized('images/gnunet-arch-full') }}"></img>
</div>
{% endblock body_content %}
|