From 50ea018252ce69542eab6a107b99ea8179810d1e Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 11 Apr 2025 16:33:59 +0200 Subject: refactor: introduce lex-serve package --- templates/search.html.tmpl | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 templates/search.html.tmpl (limited to 'templates/search.html.tmpl') diff --git a/templates/search.html.tmpl b/templates/search.html.tmpl deleted file mode 100644 index 70c8c86..0000000 --- a/templates/search.html.tmpl +++ /dev/null @@ -1,30 +0,0 @@ - - - - National Law of {{.Country.Name}} - - - - - -

National Law of {{.Country.Name}}

- {{if not .Country.HasPlaceholder}} -

{{.Country.SearchURL}}

- - {{if not .HasJSONLaws}} - (No search form here because the search isn't linkable.) - {{end}} - {{end}} - {{if .Country.HasPlaceholder}} -
- {{end}} - {{if or .Country.HasPlaceholder .HasJSONLaws}} - - - {{end}} - {{if .Country.HasPlaceholder}} -
- {{end}} - - - -- cgit v1.2.3