{% block grid %}
{% if block("grid_title") is defined %}
{{ block("grid_title") }}
{% endif %}
{{ block("grid_body") }}
{% endblock grid %}