mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 04:57:36 +03:00
16 lines
No EOL
420 B
HTML
16 lines
No EOL
420 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{{template "head" . }}
|
|
<main>
|
|
{{template "header" . }}
|
|
|
|
{{if ne .Templates.Search.List ""}}
|
|
{{if ne .Templates.Search.Content.Total 0}}
|
|
<h1>Results by request '{{.QueryRaw}}': {{.Templates.Search.Content.Total}}</h1>
|
|
{{end}}
|
|
{{.Templates.Search.List}}
|
|
{{else}}
|
|
<p>No results :(</p>
|
|
{{end}}
|
|
</main>
|
|
</html> |