reportingagilenarrative

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 Playground
Two Column List slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
left_items
Left column items [{text}]
right_items
Right column items [{text}]
left_title
Left column heading
right_title
Right column heading
left_color
Left bullet color: green|amber|red (default green)
right_color
Right bullet color: green|amber|red (default red)
title
Slide title
subtitle
{"type":"str","required":false}

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

two-columnlisthighlightsrisksshippedcomparisonreporting

Related templates

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.