/[SysIface]/templates/layouts/default.html.epl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /templates/layouts/default.html.epl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide annotations)
Tue Jun 16 22:15:34 2009 UTC (14 years, 10 months ago) by dpavlin
File size: 179 byte(s)
added atsar example, render hostname in title

1 dpavlin 1 % my $self = shift;
2     <!doctype html>
3 dpavlin 6 <head><title><%= $self->stash('title') || $self->title %></title></head>
4 dpavlin 1 <body>
5     <%= $self->render_inner %>
6     </body>
7     </html>

  ViewVC Help
Powered by ViewVC 1.1.26