I\'m using HAML to generate some static html pages for a site, and I was wanting to split out common components into partials that I can include in multiple pages, just like
It's best to combine haml & sass with a tool for building static websites. Here's some links:
I'm using jekyll for my blog, but if you're not building a blog it's probably not appropriate for your needs.