runtimeterror/layouts/search/list.html

9 lines
151 B
HTML
Raw Normal View History

2024-01-15 22:02:30 +00:00
{{ define "main" }}
{{ partial "search-form.html" . }}
<ul id="results">
<li>
Enter a keyword above to search this site.
</li>
</ul>
{{ end }}