<html xmlns:wicket="http://wicket.apache.org">
<wicket:head>
<title>Wicket Examples - library</title>
</wicket:head>
<body>
<wicket:extend>
<p>
<i>Username and password are both "wicket"</i>
</p>
<span wicket:id = "signInPanel"/>
</wicket:extend>
</body>
</html>