flowerbox/_layouts/haml/default.html.haml

12 lines
485 B
Plaintext
Raw Normal View History

2012-04-10 20:40:53 +00:00
%html
%head
%title Flowerbox
%link{:href => 'http://fonts.googleapis.com/css?family=Pontano+Sans', :rel => :stylesheet, :type => 'text/css'}/
%link{:href => 'http://fonts.googleapis.com/css?family=Gorditas', :rel => :stylesheet, :type => 'text/css'}/
%link{:rel => :stylesheet, :href => 'stylesheets/screen.css', :type => 'text/css'}/
%link{:rel => :stylesheet, :href => 'stylesheets/syntax.css', :type => 'text/css'}/
%body
#container
{{ content }}