Skip to content

Instantly share code, notes, and snippets.

@cj
Created December 30, 2010 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cj/760419 to your computer and use it in GitHub Desktop.
Save cj/760419 to your computer and use it in GitHub Desktop.
<?= doctype('html5')."\n"; ?>
<html>
<head>
<?= meta('Content-type', 'text/html; charset=utf-8', 'equiv'); ?>
<?= view_var('meta'); ?>
<title><?= view_var('title'); ?></title>
<?= view_var('head'); ?>
<?= css('../auth/login'); ?>
</head>
<body>
<?= view_var('body'); ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment