{{ .Title }}
- {{ with .Description }} -{{ . }}
+ + {{/* Center + Right: Content and TOC */}} +{{ .Title }}
+ + {{/* Summary - brief description at top */}} + {{ with .Params.summary }} +{{ . | markdownify }}
+ {{ else }} + {{/* Fallback to first line of description if no summary */}} + {{ with .Description }} +{{ . | truncate 200 | markdownify }}
+ {{ end }} + {{ end }} +Endpoints
+{{ .path }}
+ {{ .summary }}
+
+ {{ end }}
+