+
+ +
+ {{ $logo := .Params.logo | default "NGINX-product-icon.svg"}} + {{ with printf "images/icons/%s" $logo }} + + {{ end }} + +
+

{{ .Title }}

+ {{ if index .Params "f5-subtitle" }} +

{{ index .Params "f5-subtitle" | markdownify }}

+ {{ end }} +
+
+ + {{ partial "banner" . }} + + {{ $hasCustomContent := index .Params "f5-landing-page" | default false }} + + {{/* Local override: section pages normally skip .Content entirely unless + f5-landing-page is set, which hides page-level notices such as + renamed-notice. Render .Content for renamed pages (identified by + f5-product-former) so the notice shows above the section cards. + Guarded against double-rendering when f5-landing-page is also set. */}} + {{ if and (index .Params "f5-product-former") (not $hasCustomContent) }} + {{ .Content }} + {{ end }} + + {{ if $hasCustomContent }} + {{ .Content }} + + + {{ else }} + +

In this section

+
+
+ {{ range .Pages.ByWeight }} + +
+
+

{{ .Title }}

+
+
{{ .Description }}
+
+
+ {{ end }} +
+
+ + {{ end }} + +
+ {{ if .Page.Lastmod }} +
+ {{ partial "page-meta-links" . }} +
+ {{ end }} + +
+ +