Advertisement
Guest User

Untitled

a guest
Jul 14th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.21 KB | None | 0 0
  1. @@ foo/bar.html.ep
  2. % layout 'mylayout', title => 'Hi there';
  3. Hello World!
  4.  
  5. @@ layouts/mylayout.html.ep
  6. <!DOCTYPE html>
  7. <html>
  8.   <head><title><%= $title %></title></head>
  9.   <body><%= content %></body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement