Skip to content

Instantly share code, notes, and snippets.

@apohllo
Created February 19, 2009 13:54
Show Gist options
  • Select an option

  • Save apohllo/66926 to your computer and use it in GitHub Desktop.

Select an option

Save apohllo/66926 to your computer and use it in GitHub Desktop.
<html>
<head>
<title><%= @page_title %><title>
<% stylesheet_tag 'layout' %>
<style type="text/css"><%= yield :stylesheets %></style>
<head>
<body>
<div id="top_menu">Top menu items here</div>
<div id="menu">Menu items here</div>
<div id="content"><%= yield :content %></div>
<div id="main"><%= yield %></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment