We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7cfa5 commit 7c93ea8Copy full SHA for 7c93ea8
website/src/docs/reference/templating.md
@@ -11,7 +11,8 @@ outline: deep
11
Task's templating engine uses Go's
12
[text/template](https://pkg.go.dev/text/template) package to interpolate values.
13
This reference covers the main features and all available functions for creating
14
-dynamic Taskfiles.
+dynamic Taskfiles. Most of the provided functions come from the
15
+[slim-sprig](https://sprig.taskfile.dev/) library.
16
17
## Basic Usage
18
0 commit comments