wikimedia/mediawiki-core

View on GitHub
includes/templates/ImageAuthForbidden.mustache

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <title>{{msgHdr}}</title>
    </head>
    <body>
        <h1>{{msgHdr}}</h1>
        <p>{{detailMsg}}</p>
    </body>
</html>