{{extend 'layout.html'}}
{{=A(IMG(_src=URL(r=request,c='static',f='folder/preview_page.png')),_href=URL('show_page',args=request.args))}}
|
{{if pages:}}
{{=page.title}}
{{=form_page}}
Attached Documents
Upload new document{{=form_document}}Comments
{{for item in comments:}}
{{pass}}
{{pass}} {{if not len(comments):}}No comments yet{{pass}} |
{{=item.comment.body}} [{{=A('X',_href=URL('delete_comment',args=[item.comment.id]))}}]