From 892858567f0b5bc8719801bacd1e81d4334c2c7e Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 9 Nov 2024 22:49:17 +0100 Subject: feat(style): simple card --- templates/page/index.gohtml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'templates/page') diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index dbc228a..390ca7b 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -4,9 +4,16 @@
{{ .Person.Name }}'s image
-

{{ .Person.Name }}

-

{{ .Person.Pronouns }}

+
+

{{ .Person.Name }}

+

{{ .Person.Pronouns }}

+

{{ .Description }}

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