init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<% 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 %>
|
||||
Reference in New Issue
Block a user