Skip to content

Instantly share code, notes, and snippets.

@Gerjo
Created August 23, 2013 19:41
Show Gist options
  • Save Gerjo/6323179 to your computer and use it in GitHub Desktop.
Save Gerjo/6323179 to your computer and use it in GitHub Desktop.
<div class="block">
<div class="inner">
<h2>Files found:</h2>
<table>
<tr>
<th>Last modified</th>
<th>File name</th>
</tr>
[iterator getFiles]
<tr>
<td>[getAge] ago</td>
<td><a href="[getUrl]">[getName]</a></td>
</tr>
[/iterator getFiles]
</table>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment