mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-26 15:57:58 +01:00
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
@inherits StatiqRazorPage<IDocument>
|
|
|
|
@{
|
|
Layout = @"/_layout.cshtml";
|
|
}
|
|
|
|
|
|
<p>@Document.GetString("Description")</p>
|
|
|
|
@RenderBody() |