[form] editor = sensible-editor %s post processor = less %s template = $template$ This is the text of the actual template which will be exported into a file. Then, placeholders will be substituted: $$ $<lastname>$, $<firstname>$ Eventually, the file will be passed to what is defined as "editor" and "post processor" above which can be *arbitrary* pieces of code, doing whatever. $template$