mediawiki-skins-Vector/includes/templates/MenuContents.mustache
Ed Sanders 7323d6af4e Use tabs consistently in .mustache files
Change-Id: I3874b8a03f8a512a4d31f4c85a030de63cbc3c69
2023-01-17 11:48:34 +00:00

8 lines
213 B
Plaintext

<div class="vector-menu-content">
{{{html-before-portal}}}
<ul class="vector-menu-content-list">{{!
}}{{#data-items}}{{>MenuListItem}}{{/data-items}}{{!
}}{{{html-items}}}</ul>
{{{html-after-portal}}}
</div>