|
|
|
@ -10,9 +10,6 @@
|
|
|
|
|
<!-- BEGIN linkTags -->
|
|
|
|
|
<link<!-- IF linkTags.link --> link="{linkTags.link}"<!-- ENDIF linkTags.link --><!-- IF linkTags.rel --> rel="{linkTags.rel}"<!-- ENDIF linkTags.rel --><!-- IF linkTags.type --> type="{linkTags.type}"<!-- ENDIF linkTags.type --><!-- IF linkTags.href --> href="{linkTags.href}"<!-- ENDIF linkTags.href --> />
|
|
|
|
|
<!-- END linkTags -->
|
|
|
|
|
<!-- IF useCustomCSS -->
|
|
|
|
|
<style type="text/css">{customCSS}</style>
|
|
|
|
|
<!-- ENDIF useCustomCSS -->
|
|
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/2.3.0/es5-shim.min.js"></script>
|
|
|
|
@ -33,8 +30,11 @@
|
|
|
|
|
<!-- IMPORT partials/requirejs-config.tpl -->
|
|
|
|
|
|
|
|
|
|
<!-- IF useCustomJS -->
|
|
|
|
|
{customJS}
|
|
|
|
|
{{customJS}}
|
|
|
|
|
<!-- ENDIF useCustomJS -->
|
|
|
|
|
<!-- IF useCustomCSS -->
|
|
|
|
|
<style type="text/css">{{customCSS}}</style>
|
|
|
|
|
<!-- ENDIF useCustomCSS -->
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|