attentive/views/layout.haml

12 lines
297 B
Plaintext
Raw Normal View History

2012-02-09 22:05:12 +00:00
!!!
%html
%head
%title= Attentive.title
2012-02-14 21:32:35 +00:00
%script{:type => 'text/javascript', :src => 'assets/application.js'}
%link{:rel => 'stylesheet', :href => 'assets/application.css', :type => 'text/css'}/
2012-02-09 22:05:12 +00:00
%style{:type => 'text/css'}= Pygments.css
= haml :"_header"
%body
= yield