attentive/views/layout.haml

12 lines
299 B
Plaintext

!!!
%html
%head
%title= Attentive.title
%script{:type => 'text/javascript', :src => '/assets/application.js'}
%link{:rel => 'stylesheet', :href => '/assets/application.css', :type => 'text/css'}/
%style{:type => 'text/css'}= Pygments.css
= haml :"_header"
%body
= yield