Skip to content

Instantly share code, notes, and snippets.

@phatduckk
Created October 11, 2011 22:53
Show Gist options
  • Save phatduckk/1279721 to your computer and use it in GitHub Desktop.
Save phatduckk/1279721 to your computer and use it in GitHub Desktop.
<html>
<head>
<title><?= $bla; ?></title>
<? for ($meta as $name => $content) : ?>
<meta name="<?= $name ?>" content="<?= $content ?>">
<? endfor; ?>
</head>
<body>
hello <?= $user->username ?> welcome to this site...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment