!!!
%html
%head
%title AVM Test
%link{:rel => :stylesheet, :href => 'index.css', :type => 'text/css'}
%body
#container
- if flash[:warn]
.flash#warning= flash[:warn]
- if flash[:info]
.flash#info= flash[:info]
= yield
%a{:name => "data"}
#data
= yield_content :data
#footer
Example usage application for the Ruby AVM Library. Get the source.