From d2015c57ff90631572254d9d54e75aa0ac85568a Mon Sep 17 00:00:00 2001 From: efim Date: Thu, 23 Nov 2023 06:25:23 +0000 Subject: [PATCH] feat: bold for self name --- routes/templates/tableTemplates.gohtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/routes/templates/tableTemplates.gohtml b/routes/templates/tableTemplates.gohtml index 3465e5e..977eac6 100644 --- a/routes/templates/tableTemplates.gohtml +++ b/routes/templates/tableTemplates.gohtml @@ -57,7 +57,9 @@
{{ range .BricksForPerson }} {{ template "brick" . }} {{ end }} -

{{ .Name }}

+

{{ .Name }}

{{ end }}