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
I'm am aware about Jinja. So I believe handlebars is somewhat similar. But how does this work for multiple defaults. I mean, let's say, I want to setup my config as below:
windows:
winget:
installs: winget install {{ name }}
scoop:
installs: scoop install {{ name }}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm am aware about Jinja. So I believe handlebars is somewhat similar. But how does this work for multiple defaults. I mean, let's say, I want to setup my config as below:
Is this possible ?
Also, from here, it says,
And my config is like this:
So, how to set the empty keys:
Like this ?
Or like this:
Because both does not work for me.
Beta Was this translation helpful? Give feedback.
All reactions