Guest User

Untitled

a guest
Nov 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @{
  2. Bundles.Reference("~/static/scripts/head", "head");
  3. Bundles.Reference("~/static/scripts/jquery", "body");
  4. }
  5.  
  6. <!DOCTYPE html>
  7. <html>
  8. <head>
  9. <title></title>
  10. @Bundles.RenderScripts("head")
  11. </head>
  12. <body>
  13. <div id="l_wrapper">
  14. <div id="l_content">
  15. @RenderBody()
  16. </div>
  17. </div>
  18.  
  19. <div id="l_footer">
  20. </div>
  21.  
  22. @Bundles.RenderScripts("body")
  23. </body>
  24. </html>
Add Comment
Please, Sign In to add comment