From 2ac490aca1be78d5cb01eeeb9639c6d02ccf40e5 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 31 Jan 2024 21:02:28 +0000 Subject: add poetry --- templates/poem.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/poem.html (limited to 'templates/poem.html') diff --git a/templates/poem.html b/templates/poem.html new file mode 100644 index 0000000..589a6e4 --- /dev/null +++ b/templates/poem.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} + +{% block content %} + +
+ {% include "poem-panel.html" %} +
+ +{% endblock content %} \ No newline at end of file -- cgit