mediawiki-skins-Citizen/templates/Header.mustache

17 lines
588 B
Plaintext
Raw Normal View History

{{!
string link-mainpage link to the main page
string msg-citizen-drawer-toggle The label used by the drawer button.
string html-citizen-jumptotop Jump to top title text
}}
<header class="mw-header citizen-header">
{{#data-search-box}}{{>Search}}{{/data-search-box}}
{{#data-drawer}}{{>Drawer}}{{/data-drawer}}
<div class="citizen-header__inner">
<div class="citizen-header__start"></div>
<div class="citizen-header__end">
{{#data-notifications}}{{>Menu}}{{/data-notifications}}
{{#data-personal-menu}}{{>PersonalMenu}}{{/data-personal-menu}}
</div>
</div>
2021-01-11 17:13:59 +00:00
</header>