<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head>
<body>
<h1>HelloWorld.binaryTest</h1>
{{if $errormsg}}<div>{{$errormsg}}</div>{{/if}}
<form action="" method="post">
image:<input type="text" name="image" value="{{$image}}"/><br>
name:<input type="text" name="name" value="{{$name}}"/><br>
<input type="submit" name="submit"/>
</form>
</body>
</html>