%# Scheduling · public overview (reference plugin). A page ANYONE may reach — the route and its nav node are marked `public`, so an anonymous visitor is let through and the menu option shows for everyone. The actual shifts data stays behind `scheduling:read`: a reader gets a link straight to it, anyone else a prompt to sign in. Rendered in the native shell via ctx.chrome. Data: chrome, title, breadcrumbs, canRead, shiftsHref, signInHref %><% const navHtml = include("partials/nav-tree", { nodes: chrome.nav }); const cta = canRead ? '' + t("scheduling.overview.view") + '' : '' + t("scheduling.overview.signIn") + ''; -%> <%- include("partials/shell", { actions: "", body: '
' + t("scheduling.overview.lead") + '
' + cta + '