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

9 lines
192 B
Plaintext
Raw Permalink Normal View History

2007-09-20 18:09:08 -04:00
<% USING: math ; %>
<!DOCTYPE html>
2007-09-20 18:09:08 -04:00
<html>
<head><title>Simple Embedded Factor Example</title></head>
<body>
<% 5 [ %><p>I like repetition</p><% ] times %>
</body>
</html>