aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/debug_header.html
blob: 222878871c2d4c222380a68b9ab321eb786bcf31 (plain)
1
2
3
4
5
[% IF c.config.STAGING_SITE and !c.config.STAGING_FLAGS.hide_staging_banner ~%]
    <div class="dev-site-notice">
        [% loc("Staging site") %]
    </div>
[% END %]