attentive/views/layout.haml

12 lines
305 B
Plaintext
Raw Permalink 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'}
2012-02-09 22:05:12 +00:00
%style{:type => 'text/css'}= Pygments.css
2012-03-13 03:03:28 +00:00
%link{:rel => 'stylesheet', :href => 'assets/application.css', :type => 'text/css'}/
2012-02-09 22:05:12 +00:00
= haml :"_header"
2012-02-27 14:08:27 +00:00
%body.loading
2012-02-09 22:05:12 +00:00
= yield