From 8189dd54c4538841c2ac562daf42dfec65baee0b Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 8 May 2019 12:16:44 +0200 Subject: [PATCH] oops, forgot to push the index template! --- templates/index.html | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..68b2a6f --- /dev/null +++ b/templates/index.html @@ -0,0 +1,55 @@ + + + + + {{title}} + + + {% block scripts %} + + + {% endblock scripts %} + + +

{{title}}

+
+ Welcome to the Varia Etherpad zone. This is a list of pads that have been deliberately published by its authors. The Etherpad is used as collaborative writing tool to document/coordinate projects, gatherings, meetings or public events that happen in and related to Varia. +
+ + + + + + + + + + + +{% for pad in pads %} + + + + + + + +{% endfor %} + +
nameversionslast editedrevisionsauthors
+ {{ pad.padid }} + + {% for v in pad.versions %}{{v.type}} {% endfor %} + {{ pad.lastedited_iso|datetimeformat }}{{ pad.revisions }}{{ pad.author_ids|length }}
+ + + +