2009-08-10 04:33:48 +00:00
|
|
|
!!! Transition
|
|
|
|
/ Feel free to delete this, it's just here to act as an example
|
|
|
|
%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en")
|
|
|
|
%head
|
|
|
|
%title Welcome to Compass & Blueprint
|
2009-08-17 01:24:16 +00:00
|
|
|
%link(rel="stylesheet" href="<%= http_stylesheets_path %>/screen.css" type="text/css" media="screen, projection")
|
|
|
|
%link(href="<%= http_stylesheets_path %>/print.css" media="print" rel="stylesheet" type="text/css")
|
2009-08-10 04:33:48 +00:00
|
|
|
/[if lt IE 8]
|
2009-08-17 01:24:16 +00:00
|
|
|
%link(href="<%= http_stylesheets_path %>/ie.css" media="screen, projection" rel="stylesheet" type="text/css")
|
2009-08-10 04:33:48 +00:00
|
|
|
%body#welcome.bp
|
|
|
|
#container
|
2009-08-17 01:24:16 +00:00
|
|
|
%h1 Welcome to Compass!
|
|
|
|
%p This is <%= "ERB" %>
|