Your IP : 18.221.35.244


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

<% extends 'layout.html' %>

<% block content %>
  <h1><%= 'Welcome!' %></h1>
  <p><%= __('%sSet up%s MailPoet and start sending.')
    | format('<a href="%s">', '</a>')
    | format(admin_url('admin.php?page=mailpoet-settings'))
    | raw
  %></p>
<% endblock %>