Skip to content

Commit

Permalink
switch soaking syntax for consistency
Browse files Browse the repository at this point in the history
thanks @mixonic
  • Loading branch information
machty committed Jul 28, 2017
1 parent 97df7b4 commit 17762f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions text/0000-named-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,13 +389,16 @@ can be expressed using the soaking syntax as follows:

```html
{{#x-modal}}
<@header as |...@d|>
The title: {{@d.title}}
The data: {{@d.data}}
<@header as |@...d|>
The title: {{d.title}}
The data: {{d.data}}
</@header>
{{/x-modal}}
```

(The `@` is not included as part of the identifier as that would
suggest it was a KV arg rather than essentially a hash of args.)

#### Block form of Unified Renderable syntax

It should be possible to pass a block TO the
Expand Down

0 comments on commit 17762f7

Please sign in to comment.