block.hbs
7 lines
| 1 | <div class="mailpoet_tools"></div> |
| 2 | <div class="mailpoet_content mailpoet_unknown_block_fallback"> |
| 3 | <h2 class="mailpoet_unknown_block_fallback_heading"><%= __('Unsupported block type') %></h2> |
| 4 | <p><%= __('"%s" block type is not supported and will not be included in the email. You can either delete this block, or enable a plugin that adds support for this block.') | format('{{blockType}}') %></p> |
| 5 | </div> |
| 6 | <div class="mailpoet_block_highlight"></div> |
| 7 |