// T17 stub — placeholder card per plan (full widgets in Plan 6). import { el, mount } from '../dom.js'; export async function render(main) { mount(main, el('h1', { class: 'view-h1' }, 'Sacred Valley'), el('p', { class: 'view-sub' }, 'The homelab dashboard. Widgets port over in Plan 6.'), el('div', { class: 'card' }, el('h3', {}, 'Coming home'), el('p', { class: 'muted' }, 'Weather, speedtest, host-perf, media cards — all ride in from Void 1.x in Plan 6. ' + 'For now this card holds the route open so the sidebar link works.' ) ) ); }