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

{{=page.title}}

{{=XML(page.body)}}

{{if len(documents):}}

Attached Documents

    {{for item in documents:}}
  • {{if item.file[-4:].lower() in ['.flv','.pm3','.swf','.png','.jpg','.gif']:}} {{=A(item.title,_href=URL(r=request,c='media',f='player_open',args=[item.id,item.file]))}} [{{=A('download',_href=URL('download',args=[item.id,item.file]))}}] {{else:}} {{=A(item.title,_href=URL('download',args=[item.id,item.file]))}} {{pass}}
  • {{pass}}


{{pass}} {{if page.comments_enabled and len(comments):}}

Comments

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


{{=XML(folder.description)}}