From a4a83e4b549e858d4f8c821591bfb74706d846e8 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 28 May 2022 14:45:09 +0530 Subject: Moved the blog to new repository --- src/web/templates/views/home.html | 54 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/web/templates/views/home.html (limited to 'src/web/templates/views/home.html') diff --git a/src/web/templates/views/home.html b/src/web/templates/views/home.html new file mode 100644 index 0000000..8ab791b --- /dev/null +++ b/src/web/templates/views/home.html @@ -0,0 +1,54 @@ +{{ define "views/home.html" }} + + + + + + + + + Vidhu Kant's Blog + + + + + + +
+

+ My Recent Articles: +

+
+ {{ range .RecentPosts }} +
+ {{ .CreatedAt }}: + {{ .Title }} +
+ {{ end }} +
+ +

+ Browse Articles by Tags: +

+
+ {{ range .Tags}} + {{ .Name }} + {{ end }} +
+
+ + {{ .Message }} + + +{{ end }} -- cgit v1.2.3