clostache
clostache copied to clipboard
Include another file
I render e-mails content and i have signature on the end of e-mails. I can use partials as {{>siganture}}but i feel it is not the right way. I can also use my own function {{#include}}signature{{/include}} to load another file. But i guess it is something common and should be something to include file as standard. What do you think about that?