Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created August 4, 2009 13:59
Show Gist options
  • Select an option

  • Save brandon-beacher/161252 to your computer and use it in GitHub Desktop.

Select an option

Save brandon-beacher/161252 to your computer and use it in GitHub Desktop.
[% INCLUDE _header.html title="DavFolders" %]
<h1>DavFolders</h1>
<p>There are [% davFolders.length %] DavFolders.</p>
[% FOREACH davFolder = davFolders %]
[% INCLUDE DavFolders/_davFolder.html davFolder=davFolder %]
[% END %]
<p>Here is the root DavFolder.</p>
[% INCLUDE DavFolders/_davfolder.html davFolder=rootFolder %]
[% INCLUDE _footer.html %]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment