aymerick / raymond

Handlebars for golang
MIT License
610 stars 101 forks source link

question about interpolating inside of braces #39

Open phamdt opened 4 years ago

phamdt commented 4 years ago

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{"}}"}'