From 4ac2861d28676bc886cf80b43a087f1f0044696a Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Wed, 9 Apr 2025 18:18:37 -0400 Subject: Threaded blogging works --- templates/login.html | 24 ++++++++++++++++++++++++ templates/post.html | 24 ++++++++++++++++++++---- 2 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 templates/login.html (limited to 'templates') diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..3a46511 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} + +{% block content %} +
{{ post.created_at.strftime('%Y-%m-%d %H:%M') }}
-{{ post.created_at.strftime('%Y-%m-%d %H:%M') }}
+Authour: {{post.authour.name}}
+