Skip to content

Instantly share code, notes, and snippets.

@timperrett
Created August 1, 2009 10:05
Show Gist options
  • Save timperrett/159629 to your computer and use it in GitHub Desktop.
Save timperrett/159629 to your computer and use it in GitHub Desktop.
<lift:surround with="default" at="content">
<lift:Courses.findAll>
<div>
<courses:size /> courses
</div>
<div>
<table>
<courses:list>
<template:course>
<tr>
<td>Titel: <course:title /></td>
<td>Dauer: <course:duration /></td>
</tr>
</template:course>
</courses:list>
</table>
</div>
</lift:Courses.findAll>
</lift:surround>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment