Skip to content

Instantly share code, notes, and snippets.

@MarkBorcherding
Created October 5, 2011 20:13
Show Gist options
  • Save MarkBorcherding/1265548 to your computer and use it in GitHub Desktop.
Save MarkBorcherding/1265548 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
@Instrumentation.Header()
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>@ViewBag.Title</title>
@Assets.Scripts.Render("head")
@Assets.Stylesheets.Render()
</head>
<body id="@ViewBag.PageID" class="@PageData["PageArea"]">
@RenderBody()
<!-- NEVER REMOVE THIS COMMENT -->
@Assets.Scripts.Render()
@Instrumentation.Footer()
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment