{extends layout.latte} {block title}Update person{/block} {block body}

Update person

{include person-form.latte, buttonTitle => 'Edit'}
{/block}