I want to ship some binary files with my templates.
Templatizer is happy to shove them raw into the file, but the renderer will then break.
Something like a base64-embedding that skips the template would be nice.
Alternatively (or in addition to), a file can be pulled from a path relative to the template itself (may require git lfs support or something to do correctly).
I want to ship some binary files with my templates.
Templatizer is happy to shove them raw into the file, but the renderer will then break.
Something like a base64-embedding that skips the template would be nice.
Alternatively (or in addition to), a file can be pulled from a path relative to the template itself (may require git lfs support or something to do correctly).