Categories: None [Edit]

isaac-malline

https://rubygems.org/gems/isaac-malline
Malline is a full-featured template system designed to be a replacement for ERB views in Rails or any other framework. It also includes standalone bin/malline to compile Malline templates to XML in commandline. All Malline templates are pure Ruby, see http://www.malline.org/ for more info. See documentation on http://www.malline.org/ Copyright © 2007,2008 Riku Palomäki, [email protected] Malline is released under GNU Lesser General Public License. Example Rails template file images.html.mn: xhtml do _render :partial => 'head' body do div.images! "There are some images:" do images.each do |im| a(:href => img_path(im)) { img :src => im.url } span.caption im.caption end _"No more images" end div.footer! { _render :partial => 'footer' } end end

Total

Ranking: 147,553 of 180,702
Downloads: 3,340

Daily

Ranking: 103,205 of 180,689
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
1,9668,431,854hoe

Owners

#GravatarHandle