summaryrefslogtreecommitdiff
path: root/template/architecture.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/architecture.html.j2')
-rw-r--r--template/architecture.html.j216
1 files changed, 16 insertions, 0 deletions
diff --git a/template/architecture.html.j2 b/template/architecture.html.j2
new file mode 100644
index 00000000..21fd6ba7
--- /dev/null
+++ b/template/architecture.html.j2
@@ -0,0 +1,16 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<!-- Jumbotron -->
+<div class="jumbotron">
+ <div class="container text-center">
+ <h1>{{ _("Taler System Architecture") }}</h1>
+ <p>
+ </p>
+ </div>
+
+</div>
+
+<div class="container">
+ <img width="100%" src="{{ svg_localized('images/taler-arch-full') }}"></img>
+</div>
+{% endblock body_content %}