{{ .Title }}

{{ with .Description }}

{{ . }}

{{ end }}
{{/* SECTION INDEX - Show page content (intro + children listing) */}} {{ with .Content }}
{{ . }}
{{ else }} {{/* Fallback to partial if no content */}} {{ partial "api/section-children.html" . }} {{ end }} {{ partial "article/related.html" . }}