13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
@page
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@using MyDarling.Models;
|
|
@inject DataContext context;
|
|
@{
|
|
Layout="_Layout";
|
|
}
|
|
|
|
<partial name="_Navigation" />
|
|
<partial name="_Masthead" />
|
|
<partial name="_About" />
|
|
<partial name="_Products" />
|
|
<partial name="_SignUp" /> |