Skip to content
Esc
navigateopen⌘Jpreview
On this page

template-placeholder-unresolved

Reports a Template placeholder or placeholder delimiter left in a completed typed document.

← All Rules

What it does

Reports valid placeholders, malformed placeholders, and unmatched {{ or }} delimiters that remain in a completed typed document.

Why it matters

Remaining placeholder syntax shows that the Document Draft still needs authored content.

Examples

Non-passing

# Choice

{{summary}}

Passing

# Choice

We will use the selected approach.

When it applies

This Rule belongs to the configurable document-types group. It checks recognized documents that match a loaded Document Type, not the type’s Template support file.

References

See Create a Document Draft for draft completion and src/template.ts for unresolved-content evaluation.