Skip to content

Instantly share code, notes, and snippets.

@samstarling
Created January 3, 2011 22:19
Show Gist options
  • Save samstarling/764080 to your computer and use it in GitHub Desktop.
Save samstarling/764080 to your computer and use it in GitHub Desktop.
An example of an incredibly simple template.
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1><?= the_title(); ?></h1>
<p><?= the_content(); ?></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment