mediawiki-skins-Citizen/templates/ContentHeader.mustache
alistair3149 4d7fecc299
refactor(core): clean up polyfilled Mustache template data
Clean up Mustache-related polyfill for 1.35 against 1.39,
in preparation of the 1.39 refactor
2022-05-26 17:33:59 -04:00

16 lines
440 B
Plaintext

{{!
Indicator[] array-indicators wiki-defined badges such as "good article",
"featured article". An empty array if none are defined.
string html-title-heading--formatted
string html-tagline
}}
<header class="mw-body-header">
<div class="page-heading">
<div class="firstHeading-container">
{{{html-title-heading--formatted}}}
{{>Indicators}}
</div>
<div id="siteSub">{{html-tagline}}</div>
</div>
{{>PageTools}}
</header>