flyx / emerald

HTML5 templating engine for Nimrod
Do What The F*ck You Want To Public License
95 stars 9 forks source link

Direct content does not take expressions #5

Open flyx opened 9 years ago

flyx commented 9 years ago
var
    a = ""
    b = 0
strong(a)   # fails
strong($b) # also fails