<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<body>
<wicket:extend>
    <p>
        This page was reached via a bookmarkable link, which means the conversation
        was not propagated. This is why the counter has a fresh value of zero.
    </p>
    <p>
        Current counter value is: <span wicket:id="count">100</span>
    </p>
</wicket:extend>
</body>
</html>