<!DOCTYPE html>
<html id="ng-app" ng-app="piwikApp">
    <head>
        <meta charset="utf-8">
        {% include "_jsGlobalVariables.twig" %}
        <!--[if lt IE 9]>
        <script language="javascript" type="text/javascript" src="libs/jqplot/excanvas.min.js"></script>
        <![endif]-->
        {% include "_jsCssIncludes.twig" %}
        <!--[if IE]>
        <link rel="stylesheet" type="text/css" href="plugins/Morpheus/stylesheets/ieonly.css"/>
        <![endif]-->
    </head>
    <!--[if lt IE 9 ]>
    <body ng-app="app" class="old-ie"> <![endif]-->
    <!--[if (gte IE 9)|!(IE)]><!-->
    <body ng-app="app">
    <![endif]-->
        <div class="widget">
            {{ content|raw }}
        </div>
    </body>
</html>
