From fc5fd2edd9b8282497e33a18300eab694d8a89c6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 21 Jun 2024 13:02:08 +0200 Subject: refactor: switch to templ for HTML templates --- frontend/templates/blocks/option.gotmpl | 48 --------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 frontend/templates/blocks/option.gotmpl (limited to 'frontend/templates/blocks/option.gotmpl') diff --git a/frontend/templates/blocks/option.gotmpl b/frontend/templates/blocks/option.gotmpl deleted file mode 100644 index 2248708..0000000 --- a/frontend/templates/blocks/option.gotmpl +++ /dev/null @@ -1,48 +0,0 @@ -{{- define "main" }} - {{- with .Document }} -
{{ . }}
{{ .Text }}
- {{- end }}
- {{ .Text }}
- {{- end }}
-