This comes even weirder, I have a template that shares lots of
code with this one. But, I wrote all the code inline:
#{extends 'parentTemplate.html' /}Testing it is working...
And I have no problems...but when I type an enter after the extends
tag
I get the message: "The template ${templateName} does not compile :
expecting anything but ''\n''; got it anyway "
I think this is very weird, because, I have 2 templates a.html and
b.html, so the a.html template extends from origin.html,
and b.html also extends from origin.html but when I type an enter
inside the b.html template I get an error...I will to go back to
Play 1.1 to see if I get this error or not.