-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
It will be very useful to declare template parameters within templates.
The declaration may contain optional default value and optional descriptions.
This will allow to:
- achieve DRY for template defaults (instead of using multiple
|default
filters in template bodies) - get a parameters list for the query, to display them
- add context validation (by obtaining parameteres list and validating context)
- make templates self-documented