first working version

This commit is contained in:
ston1th 2019-04-28 18:16:40 +02:00
commit de359ab415
47 changed files with 1016 additions and 2012 deletions

View file

@ -21,10 +21,14 @@
</div>
<div class="row mt-3">
<div class="col">
{{if .Data}}
{{range $item := .Data}}
<a href="/{{$item.StoreTitle}}"><b>{{$item.Title}}</b></a>
<a href="{{$item.Path}}"><b>{{$item.Path}}</b></a>
<pre class="wrap">{{$item.HTML}}</pre><br>
{{end}}
{{else}}
<b>No search results found.</b>
{{end}}
</div>
</div>
{{end}}