Skip to content

Instantly share code, notes, and snippets.

@soen
Last active June 20, 2017 18:40
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 soen/2342fb029e1bf81beef2e78ddded9a60 to your computer and use it in GitHub Desktop.
Save soen/2342fb029e1bf81beef2e78ddded9a60 to your computer and use it in GitHub Desktop.
@using Sitecore.StaticAssets.Html.Helpers
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
@StaticAssets.RenderStyle("/dist/styles/styles.all.css")
</head>
<body>
@RenderBody()
@StaticAssets.RenderScript("/dist/scripts/scripts.all.js")
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment