mysnapsession-example-0.2: clientcount/resources/templates/index.tpl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>mysnapsessions Sample Application</title>
<link rel="stylesheet" type="text/css" href="screen.css"/>
</head>
<body>
<div id="content">
<h1>Welcome!</h1>
<p>
Your current session count is <num/>.
</p>
<p>
<a href="/">Bump me up one more!</a>
</p>
</div>
</body>
</html>