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
At the moment there is no way to pass environment information in the template builder.
This would be data like theme preferences, policies, locale... all static pieces of information for which having some sort of side-effect is reasonable. vs.templ is not particularly concerned about the format of such dataset, but it must make it available in expressions. Also these pieces of information should be globally available, and not scoped.
The text was updated successfully, but these errors were encountered:
At the moment there is no way to pass environment information in the template builder.
This would be data like theme preferences, policies, locale... all static pieces of information for which having some sort of side-effect is reasonable.
vs.templ
is not particularly concerned about the format of such dataset, but it must make it available in expressions. Also these pieces of information should be globally available, and not scoped.The text was updated successfully, but these errors were encountered: