We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://platesphp.com/templates/, Manually creating templates code block:
// Create new Plates instance $templates = new League\Plates\Engine('/path/to/templates'); // Create a new template $template = new League\Plates\Template\Template($templates, 'profile'); // Render the template echo template->render(['name' => 'Jonathan']);
Last line is missing $ before template.
$
template
The text was updated successfully, but these errors were encountered:
Fixed typo on template overview page. (#33)
d53db1e
Hey thanks! I've fixed this mistake (d53db1e). Much appreciated!
Sorry, something went wrong.
No branches or pull requests
http://platesphp.com/templates/, Manually creating templates code block:
Last line is missing
$
beforetemplate
.The text was updated successfully, but these errors were encountered: