2021-04-24 22:20:59 +02:00

10 lines
146 B
Plaintext

Title: Prompts
Order: 5
---
<ul>
@foreach (IDocument child in OutputPages.GetChildrenOf(Document))
{
<li>@Html.DocumentLink(child)</li>
}
</ul>