<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<head>
    <title>Wicket Examples - wizard</title>
</head>
<body>
    <wicket:extend>
    
    <div>
        <wicket:link><a href="Index.html">[back to the wizard index]</a></wicket:link>
    </div>
    
    <div wicket:id="wizard">Wizard will be placed here</div>

</wicket:extend>
</body>
</html>