{{ .Title }}
{{/* Only show description in header for section index pages */}} {{ if not (isset .Params "tag") }} {{ with .Description }}{{ . }}
{{ end }} {{ end }}{{/* API Documentation Layout Two modes: 1. Section index (no 'tag' param) - lists tag pages from article data 2. Tag page (has 'tag' param) - shows operations via Hugo-native templates Conceptual pages (isConceptual: true) show content without operations. */}} {{ partial "header.html" . }} {{ partial "topnav.html" . }}
{{ . }}
{{ end }} {{ end }}