You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware that custom delimiters are in the works, personally I prefer using the golang conventions of {{ }}, however I am also using Vue which uses {{ }} for its variables.
Is there currently an easy way to escape the {{ }} characters? I tried with {{ but that didn't seem to work, at the moment I am having to use {{ "{{ vueVariable }}" | unsafe }}
The text was updated successfully, but these errors were encountered:
Welcome! We currently have #91 open which adds custom delimiters. Can you switch over to my fork and that branch 68-allow-custom-delimiters and see if that would work for you?
I'm aware that custom delimiters are in the works, personally I prefer using the golang conventions of {{ }}, however I am also using Vue which uses {{ }} for its variables.
Is there currently an easy way to escape the {{ }} characters? I tried with {{ but that didn't seem to work, at the moment I am having to use {{ "{{ vueVariable }}" | unsafe }}
The text was updated successfully, but these errors were encountered: