factor/basis/html/templates/fhtml/test/example.fhtml

9 lines
177 B
Plaintext

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