dynamic.html
2 years ago
index.php
2 years ago
static.html
2 years ago
translations.html
2 years ago
static.html
17 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | <div id="static_segments_container"></div> |
| 5 | |
| 6 | <script type="text/javascript"> |
| 7 | var mailpoet_listing_per_page = <%= items_per_page %>; |
| 8 | </script> |
| 9 | |
| 10 | <% include 'segments/translations.html' %> |
| 11 | <% endblock %> |
| 12 | |
| 13 | |
| 14 | <% block after_translations %> |
| 15 | <%= do_action('mailpoet_segments_translations_after') %> |
| 16 | <% endblock %> |
| 17 |