$def with (page)

$page.title $page.description

$ author = get_recent_author(page) $if author:

$_("This doc was last edited by") $author.displayname $(page.last_modified and datestr(page.last_modified)).

$else:

$_("This doc was last edited anonymously") $(page.last_modified and datestr(page.last_modified)).