Templates
A template is basically just a Golang .tmpl
file containing some variables.
These variables must be specified inside the gauguin.yaml
file under the params
key.
These variables will be injected in your template at runtime.
Let's see an example template:
Last updated
Was this helpful?