mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
docs: add reference to slim-sprig in the templating page (#2472)
This commit is contained in:
@@ -11,7 +11,8 @@ outline: deep
|
|||||||
Task's templating engine uses Go's
|
Task's templating engine uses Go's
|
||||||
[text/template](https://pkg.go.dev/text/template) package to interpolate values.
|
[text/template](https://pkg.go.dev/text/template) package to interpolate values.
|
||||||
This reference covers the main features and all available functions for creating
|
This reference covers the main features and all available functions for creating
|
||||||
dynamic Taskfiles.
|
dynamic Taskfiles. Most of the provided functions come from the
|
||||||
|
[slim-sprig](https://sprig.taskfile.dev/) library.
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user