all-in-one-event-calendar/public/admin/twig/base_page.twig
2019-07-25 14:11:00 +02:00

11 lines
309 B
Twig

<div class="wrap">
<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 #}