You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What level of templating is possibly within the yml files?
For instance can we call on other standard capabilities within templating?
I am trying to set an expiry 1 hour into the future, and short of hardcoding it, I thought it may in some way be possible to use the templating engine?
I wondered about something like {{ ((time.Now).Add (time.Hour 1)) }}' but the equivalent using the .venom.datetime
The text was updated successfully, but these errors were encountered:
What level of templating is possibly within the yml files?
For instance can we call on other standard capabilities within templating?
I am trying to set an expiry 1 hour into the future, and short of hardcoding it, I thought it may in some way be possible to use the templating engine?
I wondered about something like
{{ ((time.Now).Add (time.Hour 1)) }}'
but the equivalent using the.venom.datetime
The text was updated successfully, but these errors were encountered: