1
0
mirror of https://github.com/nsnail/spectre.console.git synced 2025-05-12 12:19:31 +08:00
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()