Skip to content

Instantly share code, notes, and snippets.

@borisd
Created January 19, 2014 08:30
Show Gist options
  • Save borisd/8501985 to your computer and use it in GitHub Desktop.
Save borisd/8501985 to your computer and use it in GitHub Desktop.
Template for user info
<h1>[username] details:</h1>
<table>
<tr>
<th>Username</th>
<td>[username]</td>
</tr>
<tr>
<th>First name</th>
<td>[first name]</td>
</tr>
<tr>
<th>Last Name</th>
<td>[last name]</td>
</tr>
<tr>
<th>Age</th>
<td>[age]</td>
</tr>
</table>
- link to 'All users'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment