File "index.html"

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

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