trvsdnn / frank

Static Site Non-Framework
http://github.com/blahed/frank
MIT License
413 stars 28 forks source link

Using partials in erb templates #15

Closed deplorableword closed 14 years ago

deplorableword commented 14 years ago

Hi,

Can I use partials in regular erb templates? I'm not cool enough for HAML but want to take advantage of partial goodness

Should something like <%= render_partial 'footer' %> work?

trvsdnn commented 14 years ago

Yup, that should work fine.