Module template_helpers

Source

Structs§

HelperCheckTruthy
Helper that returns the first argument with the given truthiness, or the last argument if none have it. Equivalent to a && b && c && … if the truthiness is false, or a || b || c || … if the truthiness is true.

Functions§

register_all_helpers