Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/eta-dev/eta into master
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowtime2000 committed Oct 12, 2020
2 parents 9f69ee9 + 1affb7d commit 215a693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ We know nobody reads through the long and boring documentation in the ReadMe any
### Simple Template

```javascript
import * as Eta from 'eta';
var myTemplate = '<p>My favorite kind of cake is: <%= it.favoriteCake %></p>'

Eta.render(myTemplate, { favoriteCake: 'Chocolate!' })
Expand Down

0 comments on commit 215a693

Please sign in to comment.