export const title = "Blog"; export const description = "Hello, stranger. Stay a while and listen."; export default function ({ nav, comp }: Lume.Data) { const { PostListItem } = comp; if (!nav.menu("/blog/posts")) { return (

No posts yet

Foster is on a coffee break.
Check back later.

); } return ( ); }