Hello,
I'm helping someone learn to use Vue.js and Flask together, and since both Vue.js and Flask use the {{ }} syntax, I've set Flask to use %% %% instead. Now this person I'm helping is trying to set up Flask Admin and is getting errors, apparently because of the change to Flask's delimiters.
Is there any way to set Flask Admin to use different delimiters?