Confluence Template Title Variable Jun 2026
Note: In some iterations of Confluence, this is achieved by creating a variable named pageTitle and selecting the checkbox "Use as page title" in the template configuration modal.
The behavior differs slightly based on the Confluence version (Cloud vs. Data Center), but the core principle relies on a "placeholder" approach. confluence template title variable
| Scenario | How $title behaves | |----------|----------------------| | User enters title in dialog | $title = that entered text | | No dialog field for title | Falls back to a default (e.g., "Untitled" or blueprint name) | | Used inside page content | Outputs the final page title (after user input) | | Page is renamed later | The old $title inside content does NOT auto-update (it’s static text after creation) | Note: In some iterations of Confluence, this is
