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/home.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 templates/home.html (limited to 'templates/home.html') diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 0000000..7cd8c0f --- /dev/null +++ b/templates/home.html @@ -0,0 +1,52 @@ +{% extends "base.html" %} + +{% block nav_home %}active{% endblock %} + +{% block header %} + +
+
+

celeste 🌸

+
+ + {% if is_live %} + + {% endif %} + + {% if listenbrainz.is_scrobbling %} + now playing: {{ + listenbrainz.song.clone().unwrap_or_default() }} - + {{ listenbrainz.artist.clone().unwrap_or_default() }} + {% endif %} + +
+ +{% endblock header %} + +{% block content %} + +
+

hallo i am celeste welcome 2 my site 🌟

+

this is where i do the posting

+

i wish u a wonderful day

+
+ +

perpetually under construction

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