When to use Templates vs Sections: a decision tree

View as Markdown
Last updated September 14, 2026

Building your first Studio thing? Go to Getting Started. The numbered Quickstarts walk you through building both a Section and a Template. This page is a decision reference for later, when you're planning a new piece and need to pick which one it should be.

Two building blocks, two jobs.

Decision tree

Click to enlarge

Quick reference

You want toUse
Build a page tied to one entry of a content typeTemplate
Build a reusable blockSection
Reuse one section across different content typesSection with a linked schema
Let template authors drop custom content inside a sectionSection Slot
Let template authors tweak a value inside a section per template instanceExpose Section Prop

What renders where

ComponentGoes onRenders
<StudioCanvas />One special "canvas" routeSections, for preview while authoring
<StudioComponent />Your real page routesTemplates as pages visitors see

A typical Studio-powered app ships both.