mason-style includes
authorIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 18:13:09 +0000 (11:13 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 25 Sep 2016 18:13:09 +0000 (11:13 -0700)
httemplate/elements/tr-fixed.html

index dad8da0..3e115d6 100644 (file)
@@ -1,10 +1,10 @@
-<% include('tr-td-label.html', @_ ) %>
+<& tr-td-label.html, @_ &>
 
   <TD <% $style %> <% $colspan %>><% $value %></TD>
 
 </TR>
 
-<% include('hidden.html', %opt ) %>
+<& hidden.html, %opt &>
 
 <%init>