2020-06-07 05:30:54 +00:00
|
|
|
{{!
|
|
|
|
string msg-citizen-drawer-toggle The label used by the drawer button.
|
2022-05-26 21:33:59 +00:00
|
|
|
string msg-sitetitle the contents of the sitesubtitle message key
|
2020-06-07 05:30:54 +00:00
|
|
|
}}
|
2024-07-03 20:07:08 +00:00
|
|
|
<div class="citizen-drawer citizen-header__item citizen-dropdown">
|
|
|
|
<details class="citizen-dropdown-details">
|
|
|
|
{{>Drawer__button}}
|
|
|
|
</details>
|
2024-05-30 06:19:53 +00:00
|
|
|
<div id="citizen-drawer__card" class="citizen-drawer__card citizen-menu__card">
|
2022-05-10 00:23:42 +00:00
|
|
|
<header class="citizen-drawer__header">
|
|
|
|
{{>Drawer__logo}}
|
|
|
|
<div class="citizen-drawer__siteinfo">
|
2024-05-15 05:24:43 +00:00
|
|
|
{{#data-site-stats}}{{>SiteStats}}{{/data-site-stats}}
|
2024-06-24 18:05:21 +00:00
|
|
|
{{>Wordmark}}
|
2022-04-23 05:06:07 +00:00
|
|
|
</div>
|
2022-05-10 00:23:42 +00:00
|
|
|
</header>
|
2024-05-08 20:47:46 +00:00
|
|
|
{{#data-main-menu}}
|
2024-05-15 05:24:43 +00:00
|
|
|
{{>MainMenu}}
|
2024-05-08 20:47:46 +00:00
|
|
|
{{/data-main-menu}}
|
2024-05-30 06:19:53 +00:00
|
|
|
</div>
|
2024-07-03 20:07:08 +00:00
|
|
|
</div>
|