Skip to content

Instantly share code, notes, and snippets.

@joeRinehart
Created August 10, 2012 20:36
Show Gist options
  • Save joeRinehart/3317658 to your computer and use it in GitHub Desktop.
Save joeRinehart/3317658 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title><g:layoutTitle default="Ima Default Title" /></title>
<g:layoutHead />
<link rel="stylesheet" type="text/css" href="<g:resource dir="css" file="godawful.css" />"></link>
</head>
<body>
<g:layoutBody />
&copy; <g:formatDate format="yyyy" date="${ new Date() }" />, whoever.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment