2016-11-21 15:55:03 -05:00
|
|
|
{{#if 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"
|
|
|
|
id={{if isResponsive "google-adsense__responsive"}}
|
|
|
|
style={{adWrapperStyle}}
|
|
|
|
>
|
2023-01-04 07:34:08 -05:00
|
|
|
<ins
|
|
|
|
class="adsbygoogle"
|
2017-05-30 18:13:49 -04:00
|
|
|
style={{adInsStyle}}
|
|
|
|
data-ad-client="ca-pub-{{publisher_id}}"
|
|
|
|
data-ad-slot={{ad_code}}
|
2023-01-04 07:34:08 -05:00
|
|
|
data-ad-format={{autoAdFormat}}
|
|
|
|
>
|
2017-05-30 18:13:49 -04:00
|
|
|
</ins>
|
|
|
|
</div>
|
2023-01-04 07:34:08 -05:00
|
|
|
{{/if}}
|