<html xmlns:wicket="http://wicket.apache.org">
<wicket:head>
    <title>Wicket Examples - repeater views</title>
</wicket:head>
<body>

    <wicket:extend>
    
    <h2>Welcome to Repeater View Examples</h2>

    <p><wicket:link><a href="Index.html">[go back]</a></wicket:link></p>

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