mediawiki-skins-Citizen/templates/PageSidebar.mustache
alistair3149 03da361b97
feat(components): rewrite template data partials into CitizenComponent components (#846)
- Refactor existing template data-related partials into CitizenComponent components
- Re-implement user menu header as UserInfo
- Add description text for anon and temp user in UserMenu
---------

Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-05-15 01:24:43 -04:00

9 lines
192 B
Plaintext

{{!
}}
<div class="citizen-page-sidebar">
{{#data-page-sidebar}}
{{#data-page-sidebar-lastmod}}{{>Menu}}{{/data-page-sidebar-lastmod}}
{{/data-page-sidebar}}
{{>TableOfContents}}
</div>