We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c375d4 commit 0c8d8d4Copy full SHA for 0c8d8d4
README.md
@@ -101,6 +101,10 @@ render comment
101
render collection: post.comments
102
```
103
104
+Curly _components_ are surrounded by curly brackets, e.g. `{{hello}}`. They always map to a
105
+public method on the presenter class, in this case `#hello`. Methods ending in a question mark
106
+can be used for [conditional blocks](#conditional-blocks), e.g. `{{#admin?}} ... {{/admin?}}`.
107
+
108
### Identifiers
109
110
Curly components can specify an _identifier_ using the so-called dot notation: `{{x.y.z}}`.
0 commit comments