Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 5, 2012
1 parent aaf4b3e commit bfb5073
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Expand Up @@ -18,6 +18,12 @@

```
Hello {{name}}! {{^authenticated}}<a href="/login">login</a>{{/authenticated}}
```

or the following is valid:

```
Hello {name}! {^authenticated}<a href="/login">login</a>{/authenticated}
```

convert it:
Expand Down

0 comments on commit bfb5073

Please sign in to comment.