Your IP : 216.73.216.164


Current Path : /var/www/html/wp-content/plugins/mailpoet/views/automation/
Upload File :
Current File : /var/www/html/wp-content/plugins/mailpoet/views/automation/templates.html

<% extends 'layout.html' %>

<% block content %>
<div id="mailpoet_automation_templates"></div>

<script type="text/javascript">
  var mailpoet_automation_api = <%= json_encode(api) %>;
  var mailpoet_automation_templates = <%= json_encode(templates) %>;
</script>
<% endblock %>

<% block after_css %>
<%= stylesheet('mailpoet-automation-templates.css') %>
<% endblock %>