Skip to main content

Templating Helper functions

Use this helper when you need a fallback value in case a variable from your data is unavailable.{{ default some_variable some_string }} produces some_variable ?? some_string

Get Started
Build your app on our Developer Dashboard now!