0
0
MyDarling/Views/Bundle/Show.cshtml
2023-02-07 07:54:51 +03:00

15 lines
152 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>@Model?.Name</title>
</head>
<body>
<p>@Model?.Name</p>
<p>@Model?.Description</p>
</body>
</html>