-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should template language allow parameter within optional text in clauses #17
Comments
This could be best handled by adding a notion of
With the following block:
Note that the new notion of blocks and scoping make this very natural, and allows the template to distinguish between: presence or absence of the optional field, and if present to indicate variables inside the text. |
This feature did not make it into |
This is now supported in the upcoming new parser:
|
This issue has been finally resolved with the release of cicero |
Is there a way to indicate parameters within optional text in clauses? For instance:
Is it be possible for the period
7 DAYS
to be a parameter of the template instead of a fixed time?The text was updated successfully, but these errors were encountered: