2021-06-25 09:56:20 +02:00

10 lines
134 B
Plaintext

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