@page
@model IndexModel
@{
ViewData["Title"] = "dwalker.xyz";
}
<section class="hero">
<p class="eyebrow">.NET 10 Razor Pages</p>
<h1>Blank, modern, and ready.</h1>
<p class="lede">A minimal starting point for building dwalker.xyz without demo content or extra scaffolding.</p>
</section>