@inherits StatiqRazorPage<IDocument> @{ Layout = @"/_layout.cshtml"; } <p>@Document.GetString("Description")</p> @RenderBody()