{{ template "base" . }} {{ define "title" }}Documents{{ end }} {{ define "header" }}Documents{{ end }} {{ define "content" }}
{{ template "svg/search2" (dict "Size" 15) }}
{{ template "component/button" (dict "Title" "Search" "Variant" "Secondary" ) }}
{{ range $doc := .Data }} {{ template "component/document-card" $doc }} {{ end }}
{{ if .PreviousPage }} {{ end }} {{ if .NextPage }} {{ end }}
{{ end }}