Skip to content

Instantly share code, notes, and snippets.

@JosephLenton
Created May 28, 2012 09:35
Show Gist options
  • Save JosephLenton/2818162 to your computer and use it in GitHub Desktop.
Save JosephLenton/2818162 to your computer and use it in GitHub Desktop.
example PHP site-template
<!DOCTYPE html>
<html>
<head>
<?php content( 'css', 'site/css' ) ?>
</head>
<body>
<?php content() ?>
</body>
<?php content( 'javascript' ) ?>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment