Shared Layout page
@{
Layout = null
}
<html>
<meta name="viewport" content="width=device-width" />
<title> @renderSection("titleSection")
<html>
<body>
<div>
<div>
@renderSection("topNavBar")
</div>
<div class="col-3">
@renderSection("sidemenu")
</div>
<div>
@renderBody()
</body>Last updated