Templates¶
Tip
Waku uses Go's text/template library for templating, with 3 brackets {{{ }}} instead of 2.
See the documentation for how you can leverage Go's strong templating engine.
Fields¶
You can use them in your styles by having {{{ .Key }}} in your files.
| Key | Description |
|---|---|
.Name | the project name |
.License | the project license text (i.e. MIT License) |
.Spdx | the project license SPDX identifier (i.e. MIT) |
.Variables | an object containing all defined variables |