%(~header){:title=>‘Starter Kit’}

.row
        .large-12.columns
                %h1 Starter Kit
                %hr
                %p This kit includes everything you need to start working with Zurb Foundation:
                %ul
                        -loop Foundation 5.3.0, jQuery 2.1.1
                                %li
                                        %h4 @(:value-index)
                        -end
                %a.small.button{:href=>'http://foundation.zurb.com/docs/'} Go to Foundation Docs
                %hr
%(~footer)