geno/wp-content/plugins/mailpoet/views/landingpage.html

12 lines
279 B
HTML
Raw Permalink Normal View History

2024-02-01 17:24:18 +05:30
<% extends 'layout.html' %>
<% block content %>
<div id="mailpoet_landingpage_container"></div>
<script type="text/javascript">
<% autoescape 'js' %>
var mailpoet_welcome_wizard_url = <%= json_encode(welcome_wizard_url) %>;
<% endautoescape %>
</script>
<% endblock %>