mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-17 17:32:50 +08:00
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
Title: Widgets
|
|
Order: 9
|
|
---
|
|
|
|
<ul>
|
|
@foreach (IDocument child in OutputPages.GetChildrenOf(Document))
|
|
{
|
|
<li>@Html.DocumentLink(child)</li>
|
|
}
|
|
</ul> |