Closed tiagom101 closed 9 years ago
@Gank I haven't tested it, but you should use "<%-" instead of "<%=" to avoid the content escape. It seems that one of the two given examples in the readme is wrong, and you choiced to test the wrong :-)
use -
instead of =
Adding
To the layout.ejs
And
To a page.ejs that extends the layout will add text to the page in the following format:
Am I doing something wrong here? Thanks.