Similar to the "snippet" functionality also allow the specify a replace tag in the .templify.yaml file, which is then replaced BEFORE OR AFTER running the generate command.
replace:
- id: new-replace
folder: . # will saerch for the tag in all files (recursive) in that folder
content: ... # content like for snippets
before-generate: true # if runn before or after the generate command executed
Similar to the "snippet" functionality also allow the specify a replace tag in the
.templify.yamlfile, which is then replaced BEFORE OR AFTER running the generate command.