Open phamdt opened 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{"}}"}'
Expecting CloseUnescaped, got: 'Close{"}}"}'
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{"}}"}'