On Thursday, March 24, 2011 10:07:07 AM UTC-4, Kenneth wrote:
>
> <html>
> 2 <head></head>
> 3 <body>
> 4 <h1>{{=message}}</h1>
> 5 </body>
> 6 </html>
>
>
> This says all, I guess you have copied the whole text even the row numbers.
>
> You don´t need a HTML or BODY tag, the /views/default/index.html should
> only contain
>
> {{=message}}
>
Good catch, Kenneth. Note, if he's following the example in the book, then
he does need the HTML and BODY tag -- the book instructs you to overwrite
the existing content of index.html with the above code (i.e., it does not
extend layout.html).
Anthony