1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-12-01 21:00:32 +01:00
ntfy/docs/sprig/flow_control.md
2025-07-07 22:23:32 -06:00

284 B

Flow Control Functions

fail

Unconditionally returns an empty string and an error with the specified text. This is useful in scenarios where other conditionals have determined that template rendering should fail.

fail "Please accept the end user license agreement"