Cheating on ERB with HAML
Posted by Erik on February 8, 2007
10 comments
Flash!! Zoom!! !!! %html %head %link{ :rel => “shortcut icon”, :href => “/favicon.ico”, :type => “image/x-icon”}/ %title= “Wallpaper Love Factory :: “+controller.controller_name.capitalize = stylesheet_link_tag ‘wallpaper’ %body .header#header = render :partial => ‘layouts/header’ .menu#menu= render :partial => ‘layouts/menu’ .content#content= yield It’s so easy! Anyone can do it. HAML is sweeping the rails world like a wildfire [...]
