% extends 'layout.html' %>
<% block after_css %>
<%= stylesheet('mailpoet-form-editor.css') %>
<% endblock %>
<% block container %>
<% endblock %>
<% block translations %>
<%= localize({
'heading': __('Select form template'),
'blankTemplate': _x('Blank template', 'the first item in the templates selection list'),
}) %>
<% endblock %>
<% block after_javascript %>
<%= javascript('form_editor.js')%>
<% endblock %>