The error message for the following fragment is

Template with signature postView(Component) not defined

Should be:

Variable post not declared


define page post(p: Post, title: String) {
main{
placeholder view { postView(post) }
}
}

Submitted by Eelco Visser on 1 April 2011 at 21:52

On 1 April 2011 at 22:17 Danny Groenewegen commented:

It looks like the page name is inadvertently declared as variable.

Log in to post comments