{{/* Shared building blocks used across pages. */}}
{{define "sidebar"}}
{{end}}
{{/* Page header: title, optional subtitle and a slot for actions. */}}
{{define "pageheader"}}
{{num $p.Total}} result{{if ne $p.Total 1}}s{{end}}
{{end}}
{{end}}
{{/* A destructive submit button that opens the shared confirmation modal.
Pass: Action, CSRF, Label, Message, optional Icon, Class, ReturnTo. */}}
{{define "confirmform"}}
{{end}}
{{/* A plain post button with no confirmation. Same fields as confirmform. */}}
{{define "postform"}}
{{end}}
{{/* Settings sub-navigation. Pass the active key as .Subnav. */}}
{{define "settingsnav"}}