Back to Istio Io

Faq

layouts/_default/faq.html

latest317 B
Original Source

{{ define "main" }} {{ partial "primary_top.html" . }} {{ $questions := .Resources.ByType "page" }} {{ $sorted_questions := sort $questions ".Params.weight" }} {{ .Content }}

{{ range $q := $sorted_questions }}

{{ $q.Title }}

{{ $q.Content }} {{ end }} {{ partial "primary_bottom.html" . }} {{ end }}