export function siteHeader(title: string): string { const basePath = window.location.pathname.startsWith('/explorer') ? '/explorer' : ''; return ` `; }