aboutsummaryrefslogtreecommitdiff
blob: 54f672930ea3ff4317b5837cd644e6f57088b614 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
    <title>@ViewBag.Title</title>
</head>
<body>
	@RenderBody()
</body>
</html>