Two Column List Slide Template
Two-column bullet list composition — flexible for highlights/risks, shipped/in-flight, pros/cons, or any two contrasting lists. Bullet colors and titles are parameterized.
Try in PlaygroundParameters
Example brief
Highlights (velocity up 12%, fast cycle time) and risks (single-engineer bottleneck, overdue pattern).
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": "6b9fc876-e052-50ba-9689-63c7cbbe2222",
"brief": "Highlights (velocity up 12%, fast cycle time) and risks (single-engineer bottlen..."
}'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": "6b9fc876-e052-50ba-9689-63c7cbbe2222",
"params": {
"title": "Highlights & Risks",
"subtitle": "Sprint 12 (Mar 15 – Mar 29, 2026)",
"left_items": [
{
"text": "Velocity up 18% vs last sprint (64 vs 54 points)"
},
{
"text": "Fast turnaround: median cycle time 2.3 days"
},
{
"text": "Auth & Identity epic 85% complete (1 item remaining)"
},
{
"text": "Zero production incidents this sprint"
}
],
"right_items": [
{
"text": "Bottleneck: senior dev carries 12/42 items (38 pts)"
},
{
"text": "Mobile offline mode blocked on API dependency"
},
{
"text": "Data pipeline migration 2 days behind schedule"
}
],
"left_title": "Highlights",
"right_title": "Risks & Blockers",
"left_color": "green",
"right_color": "red"
}
}'Tags
Related templates
Executive RAG Snapshot
One-slide leadership summary: big RAG status banner + 4 KPI tiles + key updates list. The 1-pager exec leadership wants weekly.
Executive Trend Card
Optional second slide for executive snapshot: prominent trend chart + 3-5 narrative bullets explaining the trend.
Sprint Project & Status Breakdown
Two-pane: per-project item counts (BarList) + status distribution (Donut). Used in workspace-wide sprint reports.
Sprint Trends
Velocity + throughput trend over recent sprints, alongside item-type breakdown. Falls back to Hero if no history.
Frequently asked questions
How do I render a Two Column List slide?
Send a POST request to /v1/render with template "6b9fc876-e052-50ba-9689-63c7cbbe2222" 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 Two Column List template accept?
The Two Column List template accepts: left_items, right_items, left_title, right_title, left_color, right_color, title, subtitle. 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 Two Column List slide in under 1 second. $3 free credit, no card required.