2015-09-15 22:11:50 -04:00
|
|
|
{{#if checkTrustLevels}}
|
2015-08-19 20:07:51 -04:00
|
|
|
{{#if loadedGoogletag}}
|
2015-09-29 20:48:26 -04:00
|
|
|
<div class="google-dfp-ad-label"><h2>ADVERTISEMENT</h2></div>
|
2015-09-15 22:11:50 -04:00
|
|
|
{{#if site.mobileView}}
|
2015-09-01 23:50:47 -04:00
|
|
|
<div id={{divId}} style={{adWrapperStyleMobile}} class="dfp-ad-unit" align=center>
|
|
|
|
<script type='text/javascript'>
|
|
|
|
googletag.cmd.push(function() { googletag.display('{{divId}}'); });
|
|
|
|
</script>
|
|
|
|
</div>
|
2015-09-15 22:11:50 -04:00
|
|
|
{{else}}
|
2015-09-01 23:50:47 -04:00
|
|
|
<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}}
|
2015-08-19 20:07:51 -04:00
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|