From b6bc5c5794b4df182175da34e6b08298084c0324 Mon Sep 17 00:00:00 2001 From: Jan T Date: Wed, 28 Feb 2024 17:32:01 +0200 Subject: Initial commit --- templates/index.html.j2 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/index.html.j2 (limited to 'templates/index.html.j2') diff --git a/templates/index.html.j2 b/templates/index.html.j2 new file mode 100644 index 0000000..f84b428 --- /dev/null +++ b/templates/index.html.j2 @@ -0,0 +1,40 @@ +{% extends "base.html.j2" %} + +{% block content %} +

Create new diddle

+
+ + + + + + + + + + + + + + + + + + + +
+ +

You can add options after submitting.

+ +
+ +{% if created_polls | length != 0 %} +

My diddles

+ +{% endif %} + +{% endblock %} -- cgit v1.3