From b9c7535812a911537383d0b6fd4ba051a0167ca8 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Tue, 15 Apr 2025 17:29:25 +0200 Subject: [PATCH] feat: added article card template --- src/templates/article_card.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/templates/article_card.html diff --git a/src/templates/article_card.html b/src/templates/article_card.html new file mode 100644 index 0000000..cd7ae54 --- /dev/null +++ b/src/templates/article_card.html @@ -0,0 +1,10 @@ +
+ +
+

{article_title}

+

+ +

+
+
+
\ No newline at end of file