Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?= doctype('html5')."\n"; ?>
  2. <html>
  3. <head>
  4. <?= meta('Content-type', 'text/html; charset=utf-8', 'equiv'); ?>
  5. <?= view_var('meta'); ?>
  6.  
  7. <title><?= view_var('title'); ?></title>
  8.  
  9. <?= view_var('head'); ?>
  10. <?= css('../auth/login'); ?>
  11.  
  12. </head>
  13.  
  14. <body>
  15.  
  16. <?= view_var('body'); ?>
  17.  
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment