Skip to content

Instantly share code, notes, and snippets.

@paulmsmith
Created March 14, 2013 11:54
Show Gist options
  • Save paulmsmith/5160799 to your computer and use it in GitHub Desktop.
Save paulmsmith/5160799 to your computer and use it in GitHub Desktop.
erb for partial include - manual without helper in middleman
<div class="<%= module_class %><% if modifiers %><% for item in modifiers %><%= " " + module_class + "--" + item %><% end %><% end %>">
<%= lorem.paragraph %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment