Templating in rails

Hello is there anyway there i can make a template of my app??, for
example if i want my client to edit his rhtml files:

user.rhtml, he will see something like

{@user.name}

{@user.age}

{@user.identity}

{@user.other}

{@user.other2}

is there something like that in rails?