From d25e04d8c736e5ee0a4bdc2531a6047dccc81013 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 9 Nov 2024 21:52:13 +0100 Subject: feat(data): parse json and render simple thing --- templates/page/index.gohtml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/page/index.gohtml (limited to 'templates/page/index.gohtml') diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml new file mode 100644 index 0000000..dbc228a --- /dev/null +++ b/templates/page/index.gohtml @@ -0,0 +1,12 @@ +{{define "body"}} +
+
+
+ {{ .Person.Name }}'s image +
+

{{ .Person.Name }}

+

{{ .Person.Pronouns }}

+
+

{{ .Description }}

+
+{{end}} \ No newline at end of file -- cgit v1.2.3