2024-11-20 09:43:19 -05:00
|
|
|
{{#if this.showAd}}
|
2023-01-04 07:34:08 -05:00
|
|
|
<div class="google-adsense-label"><h2>{{i18n
|
|
|
|
"adplugin.advertisement_label"
|
|
|
|
}}</h2></div>
|
2023-04-25 16:19:48 -04:00
|
|
|
<div
|
|
|
|
class="google-adsense-content"
|
2024-11-20 09:43:19 -05:00
|
|
|
id={{if this.isResponsive "google-adsense__responsive"}}
|
|
|
|
style={{this.adWrapperStyle}}
|
2023-04-25 16:19:48 -04:00
|
|
|
>
|
2023-01-04 07:34:08 -05:00
|
|
|
<ins
|
|
|
|
class="adsbygoogle"
|
2024-11-20 09:43:19 -05:00
|
|
|
style={{this.adInsStyle}}
|
|
|
|
data-ad-client="ca-pub-{{this.publisher_id}}"
|
|
|
|
data-ad-slot={{this.ad_code}}
|
|
|
|
data-ad-format={{this.autoAdFormat}}
|
2023-01-04 07:34:08 -05:00
|
|
|
>
|
2017-05-30 18:13:49 -04:00
|
|
|
</ins>
|
|
|
|
</div>
|
2023-01-04 07:34:08 -05:00
|
|
|
{{/if}}
|