Webpieces Webserver (in home.html file)

Here is an if statement based off the user variable from the controller...
If the user exists, it prints the first line 'Hello there {user}'
#{if user}# Hello there ${user}$
#{/if}# #{else}# Hi, we don't know you #{/else}#
This next one is a custom tag passing in two custom args and a body to be used by mytag.tag file
#{mytag someArgument:'something', otherArgument:user}#Some body#{/mytag}#

Lastly, let's demonstrate the managed property. count=${count}$

This is the end of the html page