2016-11-21 15:55:03 -05:00
|
|
|
{{#if showAd}}
|
2018-01-08 13:54:21 -05:00
|
|
|
<div class="google-adsense-label"><h2>{{i18n 'adplugin.advertisement_label'}}</h2></div>
|
2017-05-30 18:13:49 -04:00
|
|
|
<div class="google-adsense-content" style={{adWrapperStyle}}>
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style={{adInsStyle}}
|
|
|
|
data-ad-client="ca-pub-{{publisher_id}}"
|
|
|
|
data-ad-slot={{ad_code}}
|
|
|
|
data-ad-format={{autoAdFormat}}>
|
|
|
|
</ins>
|
|
|
|
</div>
|
2015-08-25 00:30:23 -04:00
|
|
|
{{/if}}
|