oont-contents/plugins/mailpoet/views/woocommerce_setup.html
2025-02-08 15:10:23 +01:00

13 lines
458 B
HTML

<% extends 'layout.html' %>
<% block content %>
<script>
var mailpoet_logo_url = '<%= cdn_url('welcome-wizard/mailpoet-logo.20200623.png') %>';
var wizard_woocommerce_illustration_url = '<%= cdn_url('welcome-wizard/woocommerce.20200623.png') %>';
var mailpoet_show_customers_import = <%= json_encode(show_customers_import) %>;
var finish_wizard_url = '<%= finish_wizard_url %>';
</script>
<div id="mailpoet-wizard-container"></div>
<% endblock %>