mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
Title: Prompts
|
|
Order: 5
|
|
---
|
|
|
|
<h1>Sections</h1>
|
|
|
|
<ul>
|
|
@foreach (IDocument child in OutputPages.GetChildrenOf(Document))
|
|
{
|
|
<li>@Html.DocumentLink(child)</li>
|
|
}
|
|
</ul> |