// $page — current page key (matches NAV_PAGES keys in config.php) // $title — optional custom suffix // $desc — optional custom meta description require_once __DIR__ . '/config.php'; $page_title = isset($title) ? htmlspecialchars($title) . ' — ' . SITE_NAME : SITE_NAME . ' — ' . SITE_TAGLINE; $page_desc = isset($desc) ? htmlspecialchars($desc) : SITE_DESC; $current = isset($page) ? $page : 'index'; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Dark mode: force light on all browsers / iOS Safari --> <meta name="color-scheme" content="light"> <meta name="supported-color-schemes" content="light"> <meta name="theme-color" content="#f4efe6"> <title>