mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
@{
|
|
// Model is Model.Menu from the layout (Layout.Menu)
|
|
var tag = Tag(Model, "ul");
|
|
}
|
|
<nav>
|
|
@tag.StartElement
|
|
@* see MenuItem shape template *@
|
|
@DisplayChildren(Model)
|
|
@tag.EndElement
|
|
</nav> |