APS.NET MVC (Razor Code)

Hi guys I am trying to learn MVC. I have posted about other questions but I have another one. Below is the Github I have that holds the project so you can see how I have this organised. I am doing this all through the Microsoft Code editor and command line on Linux Mint.

My Views/App/contact.cshtml file will not display after I added
@model emptyPage.ViewsModels.ContactViewModels
to the top of the page and when I added asp-for lines in my HTML tags. When they display I will be making a View Model based on a tutorial I am watching.

If anybody would help I would be grateful.

https://github.com/sdrafahl/ASP.NET-MVC-Tutorial-PluralSight