snap-0.4: project_template/default/resources/templates/echo.tpl
<html>
<head>
<title>Echo Page</title>
</head>
<body>
<div id="content">
<h1>Is there an echo in here?</h1>
</div>
<p>You wanted me to say this?</p>
<p>"<message/>"</p>
<p><a href="/">Return</a></p>
</body>
</html>