Skip to content

Instantly share code, notes, and snippets.

@rei999
Created January 20, 2013 09:26
Show Gist options
  • Select an option

  • Save rei999/4577462 to your computer and use it in GitHub Desktop.

Select an option

Save rei999/4577462 to your computer and use it in GitHub Desktop.
sample layout.vm decorator for SiteMesh
<html>
<head>
<title>$title</title>
<link href="$base/stylesheets/style.css" rel="stylesheet" type="text/css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
$head
</head>
<body>
<div id="pageTitle">The title: $title</div>
<hr/>
$body
<div id="footer">
Footer
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment