import type { RenderFunctionInput } from "#src/types.js"; export function rauchg({ title }: RenderFunctionInput): React.ReactNode { return (
your_site.com
{title}
); }