@RenderSection("header", required: false)
Home
@RenderBody()
@if (@Model != null) { @Model.Address }
@RenderSection("footer", required: false)