My function which i have included in the class Page_Controller extends ContentController {
function myfunction{
// contents
}
}
is called twice if i try to call it from the template.
That is in Page.ss if i try to call the function $myfunction then the function return value increments with two..