Node Library

Template Block

The Template block keeps reusable prompt structure on the canvas.

Template Block

What it does

  • Stores repeatable wording in one clean place.
  • Lets a few moving parts change without rewriting everything.
  • Brings consistency to repeated work.

Use it when

  • The same prompt shape keeps coming back.
  • You want controlled variation instead of copy and paste drift.
  • A project needs repeatable structure, not ad hoc edits.

Works well with

Text notes, lists, and model blocks.

Best for

Repeatable prompts, naming patterns, and consistent directions.

Why it stays on the canvas

It keeps reusable logic visible instead of buried in memory or copied across tabs.