{{define "body"}}
{{if .Data}} {{range $item := .Data}} {{end}}
File Tags
{{$item.Path}} {{if $item.HTML}}
{{$item.HTML}}
{{end}}
{{range $t := $item.Tags}} {{$t}} {{end}}
{{else}} No search results found.

Query Syntax

Documentation: https://github.com/bcampbell/qs/blob/master/syntax.md

Fields

tags:insurance
tags:insurance OR tags:invoice
# combine tags
tags:insurance AND tags:invoice
# exclude tags
tags:insurance -tags:invoice
created:<="2016-09-21"

Fulltext

some text here
{{end}}
{{end}}