12 lines
375 B
HTML
12 lines
375 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) %>;
|
|
var mailpoet_welcome_wizard_current_step = <%= json_encode(welcome_wizard_current_step) %>;
|
|
<% endautoescape %>
|
|
</script>
|
|
<% endblock %>
|