vweb.tmpl: fix a little typo (#8704)
parent
c904c9178d
commit
6b431b18f5
|
@ -6,7 +6,7 @@ Some directives begin contains a `{}` block, others only have `''` (string) para
|
||||||
More on the directives itself.
|
More on the directives itself.
|
||||||
|
|
||||||
Newlines on the beginning and end are ignored in `{}` blocks,
|
Newlines on the beginning and end are ignored in `{}` blocks,
|
||||||
otherwise this (see [if](##if) for this syntax):
|
otherwise this (see [if](#if) for this syntax):
|
||||||
```html
|
```html
|
||||||
@if bool_val {
|
@if bool_val {
|
||||||
<span>This is shown if bool_val is true</span>
|
<span>This is shown if bool_val is true</span>
|
||||||
|
|
Loading…
Reference in New Issue