Created
April 10, 2015 15:17
-
-
Save andreruffert/eae466e184343f4f14a2 to your computer and use it in GitHub Desktop.
Passing data to assemble partials
This file contains hidden or 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
| --- | |
| myPartial: | |
| cssClass: myPartialCssClass | |
| --- | |
| {{> partial myPartial}} |
This file contains hidden or 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 class="{{{cssClass}}}"></div> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👌 ✌️