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 PlaygroundParameters
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
Related templates
Bullet List
Clean slide with a title and structured bullet points. Each point gets a numbered badge for visual structure. Supports optional context and takeaway. The simplest and most versatile content template.
Executive Summary
Structured executive summary with 2-4 key metrics at top, a context paragraph in the middle, and a strong recommendation/takeaway at the bottom. The go-to slide for board meetings, investor updates, and C-suite briefings where leaders need the full picture in one glance.
Quote Slide
Large inspirational or supporting quote with attribution. Use to add authority, break visual rhythm, or lead into a new section.
Team Introduction
Grid of 2-6 team member cards with rounded profile placeholder, name, role/title, and key skills or expertise. Use for project team introductions, pitch decks, or about-us slides.
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.