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

question about interpolating inside of braces #39

Open
phamdt opened this issue Sep 13, 2020 · 0 comments
Open

question about interpolating inside of braces #39

phamdt opened this issue Sep 13, 2020 · 0 comments

Comments

@phamdt
Copy link

phamdt commented Sep 13, 2020

how might i render a line like this?

/resource/{{{Resource}}ID}

"Resource" is the variable name so pretend its value is "pet". i'm trying to have it render to:

/resource/{petID}

However, it panics with: Expecting CloseUnescaped, got: 'Close{"}}"}'

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

No branches or pull requests

1 participant