narrativemanagementtext-heavy

Three-Column Text Slide Template

Three equal-width text columns with headings and body text. Use for three-part frameworks, triple bottom line, or any three-category breakdown.

Try in Playground
Three-Column Text slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
33
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
cards
Array of cards items

Example brief

Three horizons of growth: Horizon 1 (core business optimization, incremental improvements), Horizon 2 (emerging opportunities, new markets), Horizon 3 (transformational bets, R&D moonshots).

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "b86c4a8a-64d3-574f-a5ee-c645a649d509",
    "brief": "Three horizons of growth: Horizon 1 (core business optimization, incremental imp..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "b86c4a8a-64d3-574f-a5ee-c645a649d509",
  "params": {
    "cards": [
      {
        "header": "Product",
        "icon": "code",
        "items": [
          "Ship API v2 with OAuth",
          "Expand template library to 100+",
          "Launch visual analytics dashboard"
        ]
      },
      {
        "header": "Growth",
        "icon": "trending-up",
        "items": [
          "Open DACH office in Munich",
          "Hire 8 sales representatives",
          "Launch partner certification program"
        ]
      },
      {
        "header": "Operations",
        "icon": "shield",
        "items": [
          "Complete SOC2 Type II audit",
          "Achieve 99.99% uptime SLA",
          "Reduce COGS by 20%"
        ]
      }
    ],
    "title": "Three strategic priorities for H2 2026",
    "subtitle": "Execution Roadmap",
    "footer": "H2 2026 planning | Leadership offsite output",
    "takeaway": "Parallel execution across all three tracks — sequential approach delays revenue by 2 quarters"
  }
}'

Tags

three columntripleframeworkcategoriesbreakdownthree parttriptych

Related templates

Frequently asked questions

How do I render a Three-Column Text slide?

Send a POST request to /v1/render with template "b86c4a8a-64d3-574f-a5ee-c645a649d509" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the Three-Column Text template accept?

The Three-Column Text template accepts: cards. Supports 3-3 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a Three-Column Text slide in under 1 second. $3 free credit, no card required.