]> gitweb.factorcode.org Git - factor.git/blob - extra/html/templates/fhtml/test/example.fhtml
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / 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>