[%
# Form to edit a user
page.title = 'Edit a User';
'
This shows a bit more hand-customization. Lower level template macros
are used so that custom placement of fields is possible. A custom <div>
is used so formatting for the First and Last fields will look different.
';
WRAPPER form_wrapper;
PROCESS user_data;
END;
%]
[% BLOCK user_data %]
[% END %]