{{ define "main" }} {{ $modulePath := path.Split (path.Dir .Path) }} {{ $module := .GetPage (path.Dir (string $modulePath)) }}
{{ partial "docs/breadcrumb.html" . }}

{{ .Title }}

{{ .Content }}
{{ partial "learn/topics-next-prev" (dict "context" . "topic" . "module" $module) }}
{{ partial "docs/feedback.html" . }}
{{ end }}