geno/wp-content/plugins/mailpoet/views/newsletter/templates/blocks/container/emptyBlock.hbs

3 lines
245 B
Handlebars
Raw Normal View History

2024-02-01 17:24:18 +05:30
<div class="mailpoet_container_empty">{{#ifCond emptyContainerMessage '!==' ''}}{{emptyContainerMessage}}{{else}}{{#if isRoot}}<%= __('Add a column block here.') %>{{else}}<%= __('Add a content block here.') %>{{/if}}{{/ifCond}}</div>
{{debug}}