mediawiki-skins-Citizen/templates/Header.mustache
2022-11-21 17:41:30 -05:00

16 lines
479 B
Plaintext

{{!
string link-mainpage link to the main page
string msg-citizen-drawer-toggle The label used by the drawer button
}}
<header class="mw-header citizen-header">
{{#data-search-box}}{{>Search}}{{/data-search-box}}
{{>Drawer}}
<div class="citizen-header__inner">
<div class="citizen-header__start"></div>
<div class="citizen-header__end">
{{#data-portlets.data-notifications}}{{>Menu}}{{/data-portlets.data-notifications}}
{{>UserMenu}}
</div>
</div>
</header>