Back to Meshery

List

docs/layouts/models/list.html

1.0.18344 B
Original Source

{{ define "main" }} {{ .Content }} {{ $currentSection := .Section }} {{ $models := where site.RegularPages "Section" $currentSection }} {{ if gt (len $models) 0 }}

{{ range $models }} {{ if and (ne .Kind "section") (strings.Contains .File.Dir "/models/") }} - {{ .Title }} {{ end }} {{ end }}

{{ end }} {{ end }}