Usage with data source
Learn how to use templates uses data source.
Templates with data source
Once you have created a data source, you can now reference it in your templates.
Example
Let's say you have a data source called user
and you want to use it in your template.
You can reference it in your template like this:
Derived will replace the {{.schema.name}}
with the name of the data source and the {{range .schema.fields}}
with the fields of the data source.
Same template can be used for different data sources.