Files
piratepoet/views/index.html
2017-09-06 13:45:42 +03:00

11 lines
264 B
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 %>