fix init template

This commit is contained in:
tdreyno 2009-10-01 15:41:00 -07:00
parent 60bed7ad4e
commit fbd922a36d
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,4 @@
- content_for :head do
%title Custom head title
%h1 The Middleman is watching.

View file

@ -0,0 +1,7 @@
%html
%head
%title The Middleman!
= yield_content :head
%body
= yield

View file

@ -0,0 +1 @@
@import compass/reset.sass