Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openpeeps/tim
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon committed Feb 23, 2024
2 parents 573195a + 357b6b9 commit b59e81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ footer > div.container > div.row > div.col-12
small: "© " & $app.year & " — Made by Humans from OpenPeeps"
```

Local data can be passed to a template from using the route callback (controller).
`$this` constant can be used to access data from local storage.
Local data can be passed to a template from route's callback (controller).
`$this` constant can be used to access data from the local storage.

```nim
timl.render("index", local = %*{
Expand Down

0 comments on commit b59e81f

Please sign in to comment.