How to use a Dust.JS variable in a @uses parameter -


i trying place variable in parameter of @uses path, so...

{@uses parameter="/p/a/t/h/{variable}/e/t/c"}    ... {/uses} 

here more pragmatic example...

{@uses parameter="/api/{user}/profile"}    ... {/uses} 

needless say, not working. so, correct way approach this?

thanks in advance help!


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -