File "templates.html"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/views/automation/templates.html
File size: 417 bytes
MIME-type: text/html
Charset: utf-8

<% extends 'layout.html' %>

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

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