Closed sandrodz closed 6 years ago
Hello,
I encountered an issue with the following code:
div(class="ta-c mt-s mt-xl@l") a(href=o.hmore class="Btn Btn--ghost")=!__("More")+' ' =o.t
I expected to get:
More SomeText
But I actually get:
falseSomeText
Thanks!
Hello, != ouput as raw while =! output escaped then start an expression with ! https://www.phug-lang.com/#unescape-escape-code
!=
=!
!
Hello,
I encountered an issue with the following code:
I expected to get:
But I actually get:
Thanks!