···3333 "add": func(a, b int) int {
3434 return a + b
3535 },
3636+ // the absolute state of go templates
3737+ "add64": func(a, b int64) int64 {
3838+ return a + b
3939+ },
3640 "sub": func(a, b int) int {
3741 return a - b
3842 },
···6677Read the introduction to Tangled [here](https://blog.tangled.sh/intro).
8899-Documentation:
99+## docs
1010+1011* [knot hosting
1111-guide](https://tangled.sh/@tangled.sh/core/tree/master/docs/knot-hosting.md)
1212+guide](https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md)
1213* [contributing
1313-guide](https://tangled.sh/@tangled.sh/core/tree/master/docs/contributing.md)—**read this before opening a PR!**
1414+guide](https://tangled.sh/@tangled.sh/core/blob/master/docs/contributing.md)—**read this before opening a PR!**
1515+1616+## security
1717+1818+If you've identified a security issue in Tangled, please email
1919+[security@tangled.sh](mailto:security@tangled.sh) with details!