import { html } from 'hono/html' export const Layout = (props: { children: any }) => html` Sudeste - Portfolio
${props.children}
`