Skip to content

Instantly share code, notes, and snippets.

@teejayvanslyke
Created January 15, 2010 00:33
Show Gist options
  • Save teejayvanslyke/277657 to your computer and use it in GitHub Desktop.
Save teejayvanslyke/277657 to your computer and use it in GitHub Desktop.
Base Radiant XHTML Layout
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<title><r:title /></title>
<style type="text/css">/* <![CDATA[ */
/* Styles go here */
/* ]]> */</style>
</script>
</head>
<body>
<r:content />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment