{{hash:<file>}}
It will be replaced with hex decimals of hash value of specified file. And the file will be included into the storage automatically.{{read:<file>}}
It will be replaced with hex decimals of file content itself. It's designated to use in content
tag.{{ziphash:<dir>}}
It's very similar to {{hash:<file>}}
except that it accepts a directory for input and makes a zip archive before storing and hashing.{{zip:<dir>}}
It's very similar to {{read:<file>}}
except that it accepts a directory for input and makes a zip archive for reading. :::