Skip to content

Instantly share code, notes, and snippets.

@rsleggett
Created October 22, 2012 17:58
Show Gist options
  • Save rsleggett/3932991 to your computer and use it in GitHub Desktop.
Save rsleggett/3932991 to your computer and use it in GitHub Desktop.
Basic Layout
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>_Layout.cshtml</title>
</head>
<body>
<header><h1>Welcome to DD4T</h1></header>
<div>
@RenderBody()
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment