… and correct wrong assumption about item creation in testing |
||
---|---|---|
.. | ||
adhoc | ||
item | ||
org | ||
partials | ||
README.md |
README.md
Templates
Docs: see https://pkg.go.dev/html/template
Project-specific conventions:
- templates are separated by folders by their use in the project
- common templates that are always parsed are stored in partials/
- common templates start with an upper-case letter (just as exported functions in Go)
- local templates always start with a lower case letter