]> gitweb.factorcode.org Git - factor.git/blob - contrib/furnace/page.fhtml
17d4dabbc8fae7041587230b92e8b35f58ba65a9
[factor.git] / contrib / furnace / page.fhtml
1 <% USING: namespaces io furnace ; %>
2
3 <% xhtml-preamble %>
4
5 <head><title><% "title" get write %></title></head>
6
7 <body><% "root" get render-component %></body>
8
9 </html>