Rendering With Local Variables
Universal Form
<h1>#args.type# User</h1>
<form method="post" action="#args.action#">
...
</form>New Form
#renderView(view='forms/universal',args={type='new',action='user.create'})#Edit Form
#renderView(view='forms/universal',args={type='edit',action='user.update'})#Last updated
Was this helpful?