{headline && (
)}
{children}
import { ComponentChildren } from "preact"; import { render_and_copy } from "./common.tsx"; import { Top, Bottom, Hrish } from "./this-post-is-two-posts.tsx"; // this would be a funny time to do multiple posts export const Post = ({ children, headline, n_comments, display_name, username, posted, link, id, }: { children?: ComponentChildren; headline?: string; n_comments: number; display_name?: string; username: string; posted: string; link: string; id?: string; }) => (
); render_and_copy(