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

    <wicket:extend>

    <h2>Welcome to Page3</h2>
    
    <p>
        Your ExternalPageLink parameter "bookmarkparameter" has the value "<span wicket:id = "bookmarkparameter">-1</span>"
    </p>

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