[%
# Form to edit a user
page.title = 'Edit a User';
'
Simple form for updating a user profile. This uses macros to generate the HTML form.
';
WRAPPER form_wrapper submit_label = 'Update yourself!';
PROCESS user_data;
PROCESS other_data;
field( 'Write your bio', 'text' );
END;
%]
[% BLOCK user_data %]
[% END %]
[% BLOCK other_data %]
[% END %]