summaryrefslogtreecommitdiff
path: root/app/templates/modules-promo.html
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-05-15 13:16:37 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-05-15 13:16:37 +0200
commit1dad22d3e45d6506c8624e3a7111240fcc4ab786 (patch)
tree35d2c1e84215c6e6a52979bbff0cbc2e8cf77ace /app/templates/modules-promo.html
parent3aee6067123cd8afd985f68847e6bb476a853bb0 (diff)
Templates.
Diffstat (limited to 'app/templates/modules-promo.html')
-rw-r--r--app/templates/modules-promo.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/templates/modules-promo.html b/app/templates/modules-promo.html
new file mode 100644
index 0000000..46b8964
--- /dev/null
+++ b/app/templates/modules-promo.html
@@ -0,0 +1,22 @@
+{# -*- mode: web; -*- #}
+
+{% extends "base.html" %}
+
+{% block title %}
+List of modules
+{% endblock %}
+
+{% block actions %}
+{% endblock %}
+
+{% block content %}
+<h2>Modules for all your needs!</h2>
+<dl>
+ {% for module in modules %}
+ <p>
+{{ module }}
+ </p>
+ {% endfor %}
+</dl>
+
+{% endblock %}
Copyright 2019--2024 Marius PETER