We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844460c commit 5bd34a9Copy full SHA for 5bd34a9
README.md
@@ -50,7 +50,7 @@ All the variable set by the controller are available, and merged with values pas
50
'text' => 'Bacon ipsum dolor sit amet fatback pig swine...'
51
);
52
53
- $this->Mustache->element('template_name', $params)
+ $this->Mustache->render('template_name', $params)
54
55
56
0 commit comments