Template
Blog
Blog layout with newsletter capture and footer.
Install all blocks
bash
npx particleui-cli add newsletter footerThis installs all 2 blocks in one command. Each block is added to your src/components/ui/ directory.
Included blocks
Compose it
TSX
import { BlogTemplate } from "@/components/templates/blog"
export default function Page() {
return <BlogTemplate />
}