Skip to content

Commit 9066912

Browse files
committed
Adds parameters
1 parent 0d7cdd9 commit 9066912

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,16 @@ So we decided to create a collection of cool hidden and not so hidden features,
1919
{template .hello}
2020
Hello world
2121
{/template}
22+
```
23+
24+
## Parameters
25+
26+
```
27+
/**
28+
* @param name
29+
* @param? lastName
30+
*/
31+
{template .hello}
32+
Hello {$name}
33+
{/template}
2234
```

0 commit comments

Comments
 (0)