HAML XHTML页面模板

<?xml version="1.0" encoding="UTF-8"?>
!!! Strict
%html
    %head
        %title= @page_title
        %link{:type=>"text/css", :href=>"/stylesheets/application.css", :rel=>"stylesheet"}
        %script{:type=>"text/javascript", :src=>"public/javascripts/jquery.js"}
        %script
            $('document').ready(function() { $('.flash').fadeTo(4000,0); })
    %body
        #top
            #header
                %h1 Your App Name
        #content
            #leftCol
                -_msg = ''
                -if flash.has?(:info)
                    -_class = 'info'
                    -_msg = flash[:info]
                -elsif flash.has?(:notice)
                    -_class = 'notice'
                    -_msg = flash[:notice]
                -elsif flash.has?(:error)
                    -_class = 'error'
                    -_msg = flash[:error]
                
                %div.flash{:class=>_class}
                    %p 
                        =_msg
                = yield
            #rightCol Right Col Content
            #footer
                %p Copyright © 2009 yourcompany.com

HAML 现象wordpress主题 - 见证框内容代码样本

[image align="left"]http://s3.envato.com/files/1274726/me2small.png[/image]
[quote author="Paz Aricha" website="BluzGraphics" link="http://bluzgraphics.com"]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release.[/quote]
[big-button link="#" color="green"]More Testimonials[/big-button]