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

5 lines
158 B
Handlebars
Raw Normal View History

2019-04-06 21:14:27 -04:00
{{#if showAd}}
{{! template-lint-disable no-forbidden-elements }}
2019-04-06 21:14:27 -04:00
<script src={{url}} id="_carbonads_js" async type="text/javascript">
</script>
{{/if}}