Results 27 comments of Pavel

Well, you could use it for static websites — why not?

It is related to #16 and I am currently working on that. Thank you.

For what kind of files do you need this? PDF? Something else?

Could you provide example repo, please?

I am going to do it... one day

I talk about more haml in work with attributes values

I think this is good enaugh: ``` - for a in b %a.link{ 'class': - if forloop.first link-first - else - if forloop.last link-last 'href': - url some_view } this...