Fixed an issue.
Fixed the issue stated in: https://github.com/PatrickLouys/no-framework-tutorial/issues/38
This commit is contained in:
parent
5c550f371b
commit
e81e39c8ac
1 changed files with 1 additions and 5 deletions
|
@ -134,11 +134,7 @@ In your project root folder, create a `templates` folder. In there, create a fil
|
|||
Hello {{ name }}
|
||||
```
|
||||
|
||||
Now you can go back to your `Homepage` controller and change the render line to `$content = $this->renderer
|
||||
|
||||
|
||||
|
||||
->render('Homepage', $data);`
|
||||
Now you can go back to your `Homepage` controller and change the render line to `$html = $this->renderer->render('Homepage', $data);`
|
||||
|
||||
Navigate to the hello page in your browser to make sure everything works. And as always, don't forget to commit your changes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue