discourse-adplugin/assets/javascripts/discourse/components/carbonads-ad.hbs

5 lines
168 B
Handlebars
Raw Permalink Normal View History

2024-11-20 09:43:19 -05:00
{{#if this.showAd}}
{{! template-lint-disable no-forbidden-elements }}
2024-11-20 09:43:19 -05:00
<script src={{this.url}} id="_carbonads_js" async type="text/javascript">
2019-04-06 21:14:27 -04:00
</script>
{{/if}}