Skip to content

Instantly share code, notes, and snippets.

@ncr
Created June 6, 2010 19:36
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 ncr/427820 to your computer and use it in GitHub Desktop.
Save ncr/427820 to your computer and use it in GitHub Desktop.
Blogist Templates
<!DOCTYPE html>
<title>Nice templates Wanted ;)</title>
<h1>Are you a graphic designer?</h1>
<p>Fork this gist and contribute a better layout</p>
<!DOCTYPE html>
<title><%= title %></title>
<h1><%= title %></h1>
<% gists.each do |gist| %>
<article>
<h2><%= gist.title %></h2>
<%= gist.body %>
</article>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment