mediawiki-skins-Citizen/templates/ContentHeader.mustache
alistair3149 1df970eb41
feat(core): intergrate firstHeading changes from MW 1.39
* It is a temporary backport until we move to minimum 1.39
* Add support for blanking title introduced from 1.38
2022-05-21 16:24:35 -04:00

14 lines
306 B
Plaintext

{{!
string html-title-heading--formatted
string msg-tagline
}}
<header class="mw-body-header">
<div class="page-heading">
<div class="firstHeading-container">
{{{html-title-heading--formatted}}}
{{>Indicators}}
</div>
<div id="siteSub">{{msg-tagline}}</div>
</div>
{{>PageTools}}
</header>