apply_template
Process a template with variables and return the substituted content without creating a file. Supports placeholders for title, date, time, and custom variables.
Instructions
Apply a template with variables and return the processed content without creating a file. Supports {{title}}, {{date}}, {{date:FORMAT}}, {{time}}, and custom {{variable}} placeholders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the template | |
| title | No | Title to replace {{title}} placeholder | |
| variables | No | Custom variables as key-value pairs (e.g., {"author": "John"}) |