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