I'm using HTML::Template to customize a bunch of SVGs. This works pretty well, except I now need to edit the SVGs in Illustrator to change a couple of elements. Unfortunately, I can't open my template files as SVGs because the HTML::Template tags cause syntax errors.
Is there a good way to automatically convert my templates so that they use the HTML comment style of HTML::Template tags? I think if I do this then I'll be able to open the files in Illustrator. However, I've got quite a few of them, and many are large (>1 MB), so I'd like to automate this if at all possible.