Site.dotmaster
Home
/
src /
Web /
Views /
Site.dotmaster
@viewModel Web.ViewModels.SiteViewModel, Web
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="icon" href="/favicon.ico" sizes="any">
<meta charset="utf-8" />
<meta name="theme-color" content="#fafafa">
<title>Dotvvm Child Event Callback Demo</title>
<dot:RequiredResource Name="Styles" />
<dot:ContentPlaceHolder ID="Head" />
</head>
<body>
<dot:ContentPlaceHolder ID="Body" />
<dot:ContentPlaceHolder ID="Scripts" />
</body>
</html>