justinhelmer
2/2/2018 - 11:24 PM

index.template.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>{{ product.detail.name }} - {{ product.detail.brand.name }}</title>

    <% css.forEach(function(asset) { %>
    <link rel="stylesheet" href="<%=config.assetHost%><%= asset %>">
    <% }); %>

    <!-- tealium sync -->
    {{> tag-manager-sync}}
</head>
<body>
{{> tag-manager-async}}

<!-- ssr-outlet -->
{{> coremetrics}}
{{> ui-bootstrap }}

<% js.forEach(function(asset) { %>
<script type="text/javascript" src="<%=config.assetHost%><%= asset %>"></script>
<% }); %>

{{> soasta}}

</body>
</html>