{{extend 'layout.html'}}

Folder: {{=folder.name}}

    {{for item in pages:}} {{=LI(A(item.title,_href=URL(r=request,args=[request.args[0],item.id])))}} {{pass}}

{{=page.title}}

[{{=A('edit',_href=URL('edit_page',args=request.args))}}]
{{=XML(page.body)}}


{{if len(documents):}}

Attached Documents

    {{for item in documents:}} {{=LI(A(item.name))}} {{pass}}


{{pass}}

Comments

{{for item in comments:}}
{{=item.auth_user.name+' on '+item.comment.posted_on.strftime('%m/%d/%Y at %H:%M')+' says:'}}
{{=item.comment.body}}

{{pass}} {{if not len(comments):}}No comments yet{{pass}} {{=form}}