{{- $category := site.GetPage (printf "/categories%s" .Params.category) -}} {{- $chapters := slice "objectives" "opportunities" "results" "informations" "accessibility" "duration" "pricing" "content" "pedagogy" "evaluation" "prerequisites" "registration" "other" "contacts" "teachers" -}}
{{- partial "programs/aside.html" (dict "category" $category "chapters" $chapters "context" . ) -}} {{- partial "blocks/list.html" .Params.blocks -}}
{{- partial "programs/image.html" .Params.image -}} {{- partial "programs/abstract.html" .Params.presentation -}} {{- partial "programs/programs.html" .Pages -}} {{- partial "programs/chapters.html" (dict "chapters" $chapters "params" .Params ) -}} {{- partial "posts/related.html" $category -}}