Skip to content

Instantly share code, notes, and snippets.

Created July 8, 2015 09:26
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 anonymous/489b3bb389d822e0bbc1 to your computer and use it in GitHub Desktop.
Save anonymous/489b3bb389d822e0bbc1 to your computer and use it in GitHub Desktop.
<% loop $Employees %>
<tr>
<td><a href="$Link" target="_blank">$Title</a></td>
<td width="130">$Birthdate</td>
</tr>
<% end_loop %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment