From 9438bdf2b7c46d173f175874811c028c78d723a9 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 26 Dec 2024 17:11:49 -0800 Subject: Initial commit --- example/episodes.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 example/episodes.html (limited to 'example/episodes.html') diff --git a/example/episodes.html b/example/episodes.html new file mode 100644 index 0000000..1956472 --- /dev/null +++ b/example/episodes.html @@ -0,0 +1,28 @@ + + + + {{ entry.title }} + + +
+
+

{{ entry.title }}

+ {% if entry.album %} +

Part of the {{ entry.album }} series.

+ {% endif %} +
+ By {{ entry.artist }} + On {{ entry.date | date(format="%b %d, %Y") }} + +

+ +

+

Download MP3

+
+ + + + -- cgit v1.2.3