runtimeterror/layouts/search/list.html

9 lines
155 B
HTML
Raw Normal View History

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