Skip to content

Instantly share code, notes, and snippets.

@raymyers
Created May 9, 2010 17:37
Show Gist options
  • Save raymyers/395294 to your computer and use it in GitHub Desktop.
Save raymyers/395294 to your computer and use it in GitHub Desktop.
<!-- GSP/JSP -->
<div id="profile">
<div class="left column">
<div id="date"><%= date %></div>
<div id="address"><%= user.address %></div>
</div>
<div class="right column">
<div id="email"><%= user.email %></div>
<div id="bio"><%= user.bio %></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment