examples/tiny/public/index.xhtml in nitro-0.14.0 vs examples/tiny/public/index.xhtml in nitro-0.15.0

- old
+ new

@@ -32,18 +32,21 @@ <p> Counter: #{session[:counter]} </p> <render href="include" /> <p> +</p> +<render href="deep/dir/hello" /> +<p> <h3>Upload a picture</h3> <form action="upload" method="post" enctype="multipart/form-data"> <p> - <b>Title:<b><br /> + <b>Title:</b><br /> <input type="text" name="title" /> </p> <p> - <b>File:<b><br /> + <b>File:</b><br /> <input type="file" name="file" /> </p> <input type="submit" value="Upload" /> </form> </p>