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-panel.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/poem-panel.html (limited to 'templates/poem-panel.html') diff --git a/templates/poem-panel.html b/templates/poem-panel.html new file mode 100644 index 0000000..3359578 --- /dev/null +++ b/templates/poem-panel.html @@ -0,0 +1,10 @@ +
+ {% if let Some(title) = poem.title %}

{{ title }}

{% endif %} +

{{ poem.created_at.date_naive() }} permalink +

+
+ {{ poem.content|safe }} +
+
-- cgit