{{ partial "header" . }} {{ $dot := . }}

{{.Params.name}}

    {{ range .Params.modules }} {{ $url := partial "find-in-section" (dict "context" $dot "section" "pythonmodule" "title" .title)}}
  1. {{.title}}

  2. {{ end }}
{{ partial "footer" . }}