Skip to content

Instantly share code, notes, and snippets.

@andreruffert
Created April 10, 2015 15:17
Show Gist options
  • Select an option

  • Save andreruffert/eae466e184343f4f14a2 to your computer and use it in GitHub Desktop.

Select an option

Save andreruffert/eae466e184343f4f14a2 to your computer and use it in GitHub Desktop.
Passing data to assemble partials
---
myPartial:
cssClass: myPartialCssClass
---
{{> partial myPartial}}
<div class="{{{cssClass}}}"></div>
@andreruffert

Copy link
Copy Markdown
Author

👌 ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment