summaryrefslogtreecommitdiff
path: root/template/cashier.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/cashier.html.j2')
-rw-r--r--template/cashier.html.j229
1 files changed, 29 insertions, 0 deletions
diff --git a/template/cashier.html.j2 b/template/cashier.html.j2
new file mode 100644
index 00000000..c7509e96
--- /dev/null
+++ b/template/cashier.html.j2
@@ -0,0 +1,29 @@
+{% extends "common/base.j2" %}
+
+{% block body_content %}
+<!-- Jumbotron -->
+<div class="jumbotron">
+ <div class="text-center">
+ <h1 lang="en">{{ _("Taler Cashier") }}</h1>
+ </div>
+</div>
+
+<div class="container">
+
+ <div class="row">
+ <div class="col-lg-12">
+ <p>
+ {% trans %}
+ The Taler Cashier is an Android app
+ that enables you to take cash and give out electronic cash.
+ {% endtrans %}
+ </p>
+ <h2>{{ _("Download") }}</h2>
+ <p>
+ Coming soon!
+ </p>
+ </div> <!-- /col-lg-12 -->
+ </div> <!-- /row -->
+
+</div> <!-- /container -->
+{% endblock body_content %}