{{ define "main" }} {{ partial "breadcrumbs.html" . }}
{{- $img := resources.Get .Params.image }} {{ .Title }}

{{ .Title }}

{{ .Summary }}
{{ partial "components/guide-summary.html" . }} {{ .Content }}
More learning paths
{{ partial "post-links.html" (where .CurrentSection.Pages "Permalink" "ne" page.Permalink) }}
{{ end }}