Skip to content

Instantly share code, notes, and snippets.

@supakornkim
Created May 21, 2020 07:53
Show Gist options
  • Save supakornkim/1926b85a2c27ff1a6e10001c93f7ee1e to your computer and use it in GitHub Desktop.
Save supakornkim/1926b85a2c27ff1a6e10001c93f7ee1e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php print $head_title; ?></title>
<?php print $styles; ?>
</head>
<body>
<?php print $page_top; ?>
<?php print $page; ?>
<?php print $page_bottom; ?>
<?php print $scripts;?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment