{{extend 'layout.html'}}
|
{{=page.title}}[{{=A('edit',_href=URL('edit_page',args=request.args))}}]
{{=XML(page.body)}}
{{if len(documents):}} Attached Documents
{{pass}} Comments
{{for item in comments:}}
{{pass}} {{if not len(comments):}}No comments yet{{pass}} {{=form}} |
{{=item.comment.body}}