render_template
Render DevOps templates with variable substitution using ${VAR} placeholders, auto-injecting DATE, TIMESTAMP, USER, and YEAR to generate consistent project docs.
Instructions
Render a template with variable substitution. Supports ${VAR} format. Auto-provides DATE, TIMESTAMP, USER, YEAR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the template (e.g., "TRACKER-template", "RUNBOOK-template") | |
| variables | No | Dictionary of variables to substitute (e.g., {"PROJECT_NAME": "my-project", "SESSION_NUMBER": "1"}) |