<!DOCTYPE html>
<html id="ng-app">
<head>
    <meta charset="utf-8">
    <title>Matomo &rsaquo; {{ pageTitle|default('CoreUpdater_UpdateTitle'|translate) }}</title>
    <meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=1"/>
    <meta name="viewport" content="initial-scale=1.0" />
    <meta name="robots" content="noindex,nofollow">
    <meta name="google" content="notranslate">

    <script>window.piwik = {};</script>
    <link rel="stylesheet" type="text/css" href="index.php?module=CoreUpdater&action=getUpdaterCss"/>
    <script type="text/javascript" src="index.php?module=CoreUpdater&action=getUpdaterJs"></script>

    <script type="text/javascript">{{ getJavascriptTranslations()|raw }}</script>

    {% include "@CoreHome/_favicon.twig" %}
    {% include "@CoreHome/_applePinnedTabIcon.twig" %}
</head>
<body id="simple">

{% include "@CoreHome/_logo.twig" with { 'logoLink': false } %}

<div class="box">
    {% block content %}
    {% endblock %}
</div>

</body>
</html>
