Created
March 18, 2013 07:49
-
-
Save mikeknoop/5185657 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div>There is {{#article}}{{animal}}{{/article}} in the middle of the room.</div> | |
<!-- context passed as {noun: 'elephant'} --> | |
<div>There is an elephant in the middle of the room.</div> | |
<!-- context passed as {noun: 'mouse'} --> | |
<div>There is a mouse in the middle of the room.</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment