all-in-one-event-calendar/public/admin/twig/base_page.twig
2017-03-16 16:59:53 +01:00

12 lines
330 B
Twig

<div class="wrap">
{{ screen_icon() }}
<h2>{{ title }}</h2>
<div id="poststuff">
<form method="post" action="{{ action }}">
{{ wp_nonce_field( nonce.action, nonce.name, nonce.referrer ) }}
<div class="metabox-holder">
{% block layout %}{% endblock %}
</div>
</form>
</div>{# /#poststuff #}
</div>{# /.wrap #}