Created
August 4, 2009 13:59
-
-
Save brandon-beacher/161252 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [% 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