geno/wp-content/plugins/mailpoet/views/form/template_selection.html

19 lines
435 B
HTML
Raw Normal View History

2024-02-01 17:24:18 +05:30
<% extends 'layout.html' %>
<% block content %>
<div class="block-editor">
<div id="mailpoet_form_edit_templates">
</div>
</div>
<script>
<% autoescape 'js' %>
var mailpoet_templates = <%= json_encode(templates) %>;
var mailpoet_form_edit_url =
"<%= admin_url('admin.php?page=mailpoet-form-editor&template_id=') %>";
<% endautoescape %>
</script>
<style id="mailpoet-form-editor-form-styles"></style>
<% endblock %>