{{ partial "header_tutorial.html" . }} {{ partial "header_novnc.html" . }} {{ $tutorials := (sort (where (where .Data.Pages "Type" "tutorials") ".Params.hidden" "!=" "true" ) ".Params.position" "ascs") }} {{ $numTutorials := len $tutorials }}
{{ range $index, $page := $tutorials }}
{{ .Render "tutorial" }}
{{ end }}
{{ partial "novnc" }}
{{ partial "footer_tutorial.html" . }}