@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<title>title</title>
@RenderSection("styles", false)
</head>
<body>
@RenderBody()
</body>
</html>