Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Created June 4, 2011 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdkealy/1008495 to your computer and use it in GitHub Desktop.
Save jdkealy/1008495 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Alabaster</title>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= csrf_meta_tag %>
</head>
<body>
<div id="wrapper" class="1-column-layout">
<%= render 'layouts/header' %>
<div id="col-1" class="body-content">
<%= yield %>
</div>
<%= render 'layouts/footer' %>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment