& lib/hourglass.mhtml, op => "show" &>
<& lib/hourglass.mhtml, op => "hide" &>
<%attr>
title => "Index"
%attr>
<%init>
# Let's try and make the show-cookies demo interesting
$r->headers_out->{"Set-Cookie"} = "ExampleCookie=This_is_an_example_cookie" unless ($r->headers_in->{Cookie});
%init>