header.html 188 Bytes
{{#if _env}}
{{#if _env.development}}
<link rel="stylesheet" type="text/css" href="/dist/index.css">
{{else}}
<link rel="stylesheet" href="{{../_env.cur.path}}/index.css">
{{/if}}
{{/if}}