<!DOCTYPE html> <html lang=“en” ng-app=“app”>

{% include head.html %}

<body ng-controller="gitHubDataController">

    {% include header.html %}

    <div class="container">
        {{ content }}
    </div>

    {% include footer.html %}

    {% include scripts.html %}

    {% include piwik.html %}

</body>

</html>