Skip to content

Instantly share code, notes, and snippets.

@gopigujjula
Last active October 20, 2018 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gopigujjula/2068e790c4537ba5134228bf05c768f9 to your computer and use it in GitHub Desktop.
Save gopigujjula/2068e790c4537ba5134228bf05c768f9 to your computer and use it in GitHub Desktop.
@using Sitecore.Mvc
<!doctype html>
<html>
<head>
<title>Sitecore Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div>
<div>
@Html.Sitecore().Placeholder("top")
</div>
<div>
@Html.Sitecore().Placeholder("main")
</div>
<div>
@Html.Sitecore().Placeholder("bottom")
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment