Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there currently a way to escape the default delimiters? #98

Closed
RichyHBM opened this issue Jul 19, 2018 · 2 comments · Fixed by #91
Closed

Is there currently a way to escape the default delimiters? #98

RichyHBM opened this issue Jul 19, 2018 · 2 comments · Fixed by #91

Comments

@RichyHBM
Copy link

RichyHBM commented Jul 19, 2018

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 }}

@annismckenzie
Copy link
Member

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?

@annismckenzie
Copy link
Member

annismckenzie commented Aug 9, 2018

Yes, the custom delimiters PR will be merged later today so you can give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants