Test.cshtml 99 B

123456
  1. @{
  2. Layout = "_Layout";
  3. }
  4. <h1>Week Planner Test</h1>
  5. <p>This should render with the layout.</p>