]> gitweb.factorcode.org Git - factor.git/blob - basis/html/templates/fhtml/test/example.fhtml
Move web framework to basis
[factor.git] / basis / html / templates / fhtml / test / example.fhtml
1 <% USING: math ; %>
2
3 <html>
4     <head><title>Simple Embedded Factor Example</title></head>
5     <body>
6         <% 5 [ %><p>I like repetition</p><% ] times %>
7     </body>
8 </html>