<!doctype html> <html lang=“en” class=“has-navbar-fixed-top-desktop”> <link href=“fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900” rel=“stylesheet”>

{%- include head.html -%}

<body>
    {%- include bp-agencyhead.html -%}
    <div id="main-content">
            {{content}}
    </div>
    {%- include bp-footer.html -%}
    {%- include main-scripts.html -%}
</body>

</html>