{{ 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 }}