mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>@ViewData["Title"] - Aurelia</title>
|
|
</head>
|
|
<body>
|
|
@RenderBody()
|
|
|
|
@RenderSection("scripts", required: false)
|
|
</body>
|
|
</html>
|