#{extends '../main.html'/}# #{set title:'Templates'/}# #{set tab:'management'/}# #{renderTagArgs 'docHome.html'/}#
Webpieces keeps you, the developer, very close to the original low level html. It tries to stay away from generating html(unlike jsp and higher level languages). We do this as there is then less to learn and generally less bugs since we are not creating a bunch of html generation code. All of the examples of this page could be figured out from the template reference documentation, but this helps jump start your development so you can do a bunch of copy & pasting from this page
In the Helloworld example tutorial, you should have already seen usage of the form html element to create forms. All of the below either go within the webpieces *[#{form}#]* tag or a generic html *[