Skip to content

Instantly share code, notes, and snippets.

@raws
Created February 17, 2011 15:13
Show Gist options
  • Save raws/831897 to your computer and use it in GitHub Desktop.
Save raws/831897 to your computer and use it in GitHub Desktop.
<html>
<body>
<h1><%= content_for :title %></h1>
<div id="article">
<%= content_for :article %>
</div>
</body>
</html>
<% content_for :title, "Acme Widgets" %>
<% content_for :article do %>
<p>Lorem ipsum dolor sit amet...</p>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment