Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Feb 20, 2024
1 parent 736ad98 commit fdf5e22
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,8 @@ else:
a href="/login": "Please login to view this page"
```

Template variables can be declared inside templates using `var` or `const`. The only difference between a
`var` and a `const` is that constants are immutable and requires initialization.

Template variables can be declared inside templates using `var` or `const`. The only difference between these two is
is that constants are immutable and require initialization.
Template variables can be declared inside templates using `var` or `const`. The only difference
between these two is that constants are immutable and requires initialization.

The scope of a declared variable is limited to the branch in which it was declared.

Expand Down

0 comments on commit fdf5e22

Please sign in to comment.