From ce61d3db96e0539c8df1886ac635e7e85dbde31f Mon Sep 17 00:00:00 2001 From: roerick Date: Fri, 17 Oct 2025 15:32:19 -0600 Subject: initial commit, models not working --- templates/blog.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/blog.html (limited to 'templates/blog.html') diff --git a/templates/blog.html b/templates/blog.html new file mode 100644 index 0000000..0fc0035 --- /dev/null +++ b/templates/blog.html @@ -0,0 +1,24 @@ + + + + {{.Title}} + + +

{{.Title}}

+

{{.Content}}

+
+

Edit Blog

+
+ +
+
+
+
+ +
+
+ + +
+ + -- cgit v1.2.3