{{ define "main" }}
{{ partial "docs/breadcrumb.html" . }}

{{ .Title }}

{{ if .Params.description }}

{{ .Params.description }}

{{ end }}
{{ partial "learn/media" (dict "context" .) }}
{{ .Content }}

In this pathway, you'll learn:

    {{ range .Params.youll_learn }}
  • {{ . }}
  • {{ end }}
{{ partial "learn/summary" (dict "module" .) }}

Tutorials

{{ partial "learn/topics" (dict "context" . "module" .) }}
{{ end }}