@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
@* <hello name="John"></hello> *@
<div>
<h1>Calendar.</h1>
<calendar></calendar>
</div>