{{ extend 'layout.html' }}

{{= request.args(0) }}

{{for page in pages:}} {{=page.saved_on}} by {{="%(first_name)s %(last_name)s" % db.auth_user[page.author]}}
{{pass}}