export function usePageTitle(title: string) { useHead({ title, titleTemplate: (t) => (t ? `${t} ยท Policy UI` : 'Policy UI') }) }