aboutsummaryrefslogtreecommitdiff
path: root/architecture.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 04:31:51 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 04:31:51 +0100
commitc9f2f39d54b623137efd440e9a43de120e76a0c1 (patch)
tree5818ed3ef1fc23f551b66daad165bffdab23d6e5 /architecture.html.j2
parent30a2230117be67644a3d746693b52adc420e8f86 (diff)
downloadwww-c9f2f39d54b623137efd440e9a43de120e76a0c1.tar.gz
www-c9f2f39d54b623137efd440e9a43de120e76a0c1.zip
architecture page
Diffstat (limited to 'architecture.html.j2')
-rw-r--r--architecture.html.j218
1 files changed, 18 insertions, 0 deletions
diff --git a/architecture.html.j2 b/architecture.html.j2
new file mode 100644
index 00000000..66f6178b
--- /dev/null
+++ b/architecture.html.j2
@@ -0,0 +1,18 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3<!-- Jumbotron -->
4<div class="jumbotron">
5 <div class="container text-center">
6 <h1>{{ _("Taler System Architecture") }}</h1>
7 <p>
8 {% trans %}
9 {% endtrans %}
10 </p>
11 </div>
12
13</div>
14
15<div class="container">
16 <img width="100%" src="{{ url('taler-arch-full.svg') }}"></img>
17</div>
18{% endblock body_content %}