<html xmlns:wicket="http://wicket.apache.org">
<head>
<title>Wicket Examples - hangman</title>
</head>
<body>
<wicket:extend>
<p>Congratulations! You guessed that the word was <b><span wicket:id="currentWord">summer</span></b>
with <span wicket:id="guessesRemaining">3</span> remaining guesses.</p>
<p><a wicket:id="playAgain">Play again</a>.</p>
</wicket:extend>
</body>
</html>