From 944ba749c1f7ce257fa41118f2e10aaf934a8723 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 15 May 2025 21:33:55 -0400 Subject: feat: k12 content, card formatting, begin style changes --- templates/card.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/card.html (limited to 'templates/card.html') diff --git a/templates/card.html b/templates/card.html new file mode 100644 index 0000000..1397bc8 --- /dev/null +++ b/templates/card.html @@ -0,0 +1,14 @@ +
+

+ {% block title %} + Card Title + {% endblock %} +

+ +

+ {% block content %} + Stuff in the card + {% endblock %} +

+ +
\ No newline at end of file -- cgit v1.2.3