innerhtml pug 2fjade 2c rendering html inside pug

Solutions on MaxInterview for innerhtml pug 2fjade 2c rendering html inside pug by the best coders in the world

showing results for - "innerhtml pug 2fjade 2c rendering html inside pug"
Rodrigo
17 Mar 2020
1The syntax you need is :
2
3!{yourJsVariable}
4if you use #{yourJsVariable} it shows consider it as string,
5but with !{} it doesn't.