22 lines
579 B
Handlebars
Executable File
22 lines
579 B
Handlebars
Executable File
{{#if this.showAd}}
|
|
{{#if this.site.mobileView}}
|
|
<div class="google-dfp-ad-label" style={{this.adTitleStyleMobile}}><h2
|
|
>{{i18n "adplugin.advertisement_label"}}</h2></div>
|
|
<div
|
|
id={{this.divId}}
|
|
style={{this.adWrapperStyle}}
|
|
class="dfp-ad-unit"
|
|
align="center"
|
|
></div>
|
|
{{else}}
|
|
<div class="google-dfp-ad-label"><h2>{{i18n
|
|
"adplugin.advertisement_label"
|
|
}}</h2></div>
|
|
<div
|
|
id={{this.divId}}
|
|
style={{this.adWrapperStyle}}
|
|
class="dfp-ad-unit"
|
|
align="center"
|
|
></div>
|
|
{{/if}}
|
|
{{/if}} |