mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-02-06 03:28:09 +00:00
12 lines
371 B
Handlebars
12 lines
371 B
Handlebars
{{#if showAd}}
|
|
<div class="google-adsense-label"><h2>{{i18n 'adplugin.advertisement_label'}}</h2></div>
|
|
<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>
|
|
{{/if}}
|