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 ++++++++++++++++++++++++ templates/create_blog.html | 17 +++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 templates/blog.html create mode 100644 templates/create_blog.html (limited to 'templates') 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

+
+ +
+
+
+
+ +
+
+ + +
+ + diff --git a/templates/create_blog.html b/templates/create_blog.html new file mode 100644 index 0000000..6912216 --- /dev/null +++ b/templates/create_blog.html @@ -0,0 +1,17 @@ + + + + Create Blog + + +

Create Blog

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