Add the insert
switch, which inserts the contents of a file associated with the given name.
e.g.: {$insert foo}
will insert the contents of the file associated with the name foo
, this association is created using the -d
argument, e.g. -d foo test.txt
will cause test.txt to be inserted.