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