From f00159f53b3774601500ec65345791311ff6efa1 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 30 Jan 2024 16:16:05 +0000 Subject: migrate to poem and askama --- templates/contact.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 templates/contact.html (limited to 'templates/contact.html') diff --git a/templates/contact.html b/templates/contact.html new file mode 100644 index 0000000..4302e88 --- /dev/null +++ b/templates/contact.html @@ -0,0 +1,36 @@ +{% extends "base.html" %} + +{% block nav_contact %}active{% endblock %} + +{% block header %} + +
+
+

celeste 🌸

+
+
+ +{% endblock header %} + +{% block content %} + + + +{% endblock content %} \ No newline at end of file -- cgit