init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<% extends 'layout.html' %>
|
||||
|
||||
<% block content %>
|
||||
<div id="static_segments_container"></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var mailpoet_listing_per_page = <%= items_per_page %>;
|
||||
</script>
|
||||
|
||||
<% include 'segments/translations.html' %>
|
||||
<% endblock %>
|
||||
|
||||
|
||||
<% block after_translations %>
|
||||
<%= do_action('mailpoet_segments_translations_after') %>
|
||||
<% endblock %>
|
||||
Reference in New Issue
Block a user