MasterPage.dotmaster

19 lines | 357 B Blame History Raw Download
@viewModel Web.ViewModels.MasterPageViewModel, Web
<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>Web</title>
    <dot:RequiredResource Name="bootstrap" />
    <dot:RequiredResource Name="Styles"/>
</head>
<body>

 	

    <dot:ContentPlaceHolder ID="MainContent" />

</body>
</html>