geno/wp-content/plugins/mailpoet/views/landingpage.html
2024-02-01 11:54:18 +00:00

11 lines
279 B
HTML

<% 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 %>