17 lines
589 B
Handlebars
Executable File
17 lines
589 B
Handlebars
Executable File
{{#if checkTrustLevels}}
|
|
{{#if loadedGoogletag}}
|
|
{{#if site.mobileView}}
|
|
<div id={{divId}} style={{adWrapperStyleMobile}} class="dfp-ad-unit" align=center>
|
|
<script type='text/javascript'>
|
|
googletag.cmd.push(function() { googletag.display('{{divId}}'); });
|
|
</script>
|
|
</div>
|
|
{{else}}
|
|
<div id={{divId}} style={{adWrapperStyle}} class="dfp-ad-unit" align=center>
|
|
<script type='text/javascript'>
|
|
googletag.cmd.push(function() { googletag.display('{{divId}}'); });
|
|
</script>
|
|
</div>
|
|
{{/if}}
|
|
{{/if}}
|
|
{{/if}} |