<html>

<head>
    <title>{name} ({duration} ms) - Profiling Results</title>
    <script type='text/javascript' src='{path}jquery.1.7.1.js?v={version}'></script>
    <script type='text/javascript'> var profiler = {json}; </script>
    {includes} 
</head>
<body>
    <div class='profiler-result-full'></div>
</body>

</html>