From c26d3c09abea8aac5cdad752e23f19e5c8e98cd9 Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Sun, 6 Apr 2025 21:06:53 -0400 Subject: have gpt start us off --- templates/post.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/post.html (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..5a28b2b --- /dev/null +++ b/templates/post.html @@ -0,0 +1,8 @@ +{% extends 'base.html' %} + +{% block content %} +
{{ post.created_at.strftime('%Y-%m-%d %H:%M') }}
+