filter_sha1 (zotonic_mod_base v1.0.0-rc.17)
Translate a string to a sha1 hex value.
This filter creates a SHA-1 checksum of the input string. It is output as a hex digest:
{{ "Hello world"|sha1 }}Outputs the value: ā7B502C3A1F48C8609AE212CDFB639DEE39673F5Eā