diff options
Diffstat (limited to 't/user.t')
-rw-r--r-- | t/user.t | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1 +1,3 @@ -<h1>User <% printf("%d", id); %>: <%= user->name %></h1>
\ No newline at end of file +<% #include "head.tc" %> +<h1>User <% printf("%d", id); %>: <%= user->name %></h1> +<% #include "foot.tc" %>
\ No newline at end of file |