mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-17 09:22:50 +08:00
12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
Title: Live Displays
|
|
Order: 4
|
|
---
|
|
|
|
<h1>Sections</h1>
|
|
|
|
<ul>
|
|
@foreach (IDocument child in OutputPages.GetChildrenOf(Document))
|
|
{
|
|
<li>@Html.DocumentLink(child)</li>
|
|
}
|
|
</ul> |