Welcome to mirror list, hosted at ThFree Co, Russian Federation.

iframe.twig « templates « Widgetize « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0fc5ef8faa7c55a065a760035331e62974bb211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html id="ng-app" ng-app="piwikApp">
    <head>
        <meta charset="utf-8">
        <meta name="robots" content="noindex,nofollow">
        {% include "_jsGlobalVariables.twig" %}
        <!--[if lt IE 9]>
        <script language="javascript" type="text/javascript" src="libs/jqplot/excanvas.min.js"></script>
        <![endif]-->
        {% include "_jsCssIncludes.twig" %}
    </head>
    <body ng-app="app" class="widgetized">
        <div piwik-popover-handler></div>
        <div class="widget">
            {{ content|raw }}
        </div>
    </body>
</html>