<% USING: math ; %>
<html>
<head><title>Simple Embedded Factor Example</title></head>
<body>
<% 5 [ %><p>I like repetition</p><% ] times %>
</body>
</html>