Templates
The jsonpress-block-renderer comes with several pre-configured templates. You can switch between these using the template prop on the JsonPressBlog component.
Available Templates
Section titled “Available Templates”1. Professional (Default)
Section titled “1. Professional (Default)”Aesthetic: Layered Card Overlap
Best For: Corporate or financial blogs.

<JsonPressBlog apiKey="..." slug="..." template="Professional" />2. Minimal
Section titled “2. Minimal”Aesthetic: Clean, bold typography
Best For: Academic or high-focus reading.

<JsonPressBlog apiKey="..." slug="..." template="Minimal" />3. Modern
Section titled “3. Modern”Aesthetic: Glassmorphism Hero + Sidebar
Best For: Magazines and portfolio sites.

<JsonPressBlog apiKey="..." slug="..." template="Modern" />4. Classic
Section titled “4. Classic”Aesthetic: Cinematic Full-Width
Best For: Travel and storytelling.

<JsonPressBlog apiKey="..." slug="..." template="Classic" />5. Editorial
Section titled “5. Editorial”Aesthetic: High-End News Standard
Best For: News, tech updates, and opinion pieces.

<JsonPressBlog apiKey="..." slug="..." template="Editorial" />6. None
Section titled “6. None”Aesthetic: No layout wrapper
Best For: Embedding in a custom page shell.
<JsonPressBlog apiKey="..." slug="..." template="None" />