runtimeterror/layouts/search/list.html

9 lines
135 B
HTML
Raw Permalink 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>
2024-01-16 18:17:54 +00:00
What is it you desire?
2024-01-15 22:02:30 +00:00
</li>
</ul>
{{ end }}