aboutsummaryrefslogtreecommitdiff
path: root/template/tutorial.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/tutorial.html.j2')
-rw-r--r--template/tutorial.html.j239
1 files changed, 39 insertions, 0 deletions
diff --git a/template/tutorial.html.j2 b/template/tutorial.html.j2
new file mode 100644
index 00000000..91c6396d
--- /dev/null
+++ b/template/tutorial.html.j2
@@ -0,0 +1,39 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<article class="d-flex flex-column p-2 bd-highlight">
4 <header>
5 <h1>{{ _("Tutorials") }}</h1>
6 </header>
7 <p>
8 {% trans %}
9 This page holds various tutorials for GNUnet. Some of them are not
10 complete, but we find them useful regardless of their state.
11 {% endtrans %}
12 </p>
13 <p>
14 {% trans %}
15 <a href="tutorial-ubuntu1804.html">GNUnet on Ubuntu 18.04</a>
16 {% endtrans %}
17 </p>
18 <p>
19 {% trans %}
20 <a href="tutorial-archpi.html">GNUnet on Arch-Pi</a>
21 {% endtrans %}
22 </p>
23 <p>
24 {% trans %}
25 <a href="tutorial-debian9.html">GNUnet on Debian 9</a>
26 {% endtrans %}
27 </p>
28 <p>
29 {% trans %}
30 <a href="tutorial-macos.html">GNUnet on macOS</a>
31 {% endtrans %}
32 </p>
33 <p>
34 {% trans %}
35 <a href="https://tutorial.gnunet.org/">C Coding Tutorial for GNUnet</a>
36 {% endtrans %}
37 </p>
38</article>
39{% endblock body_content %}