summaryrefslogtreecommitdiff
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.tar.bz2
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 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<!-- Jumbotron -->
+<div class="jumbotron">
+ <div class="container text-center">
+ <h1>{{ _("Taler System Architecture") }}</h1>
+ <p>
+ {% trans %}
+ {% endtrans %}
+ </p>
+ </div>
+
+</div>
+
+<div class="container">
+ <img width="100%" src="{{ url('taler-arch-full.svg') }}"></img>
+</div>
+{% endblock body_content %}