Templates: Using Actions, Functions, and Custom Functions
Jul 28, 2025 · 4 min read · My previous blog post introduced the feature of actions in templates. Another very similar feature is a function, which can be used together with an action to perform additional operations on the data. For example, {{ range }} is an action as it cont...
Join discussion