{% if not is_ajax and not request.is_ajax %} {% block title %}title not set. use block title.{% endblock %} {% block head %}{% endblock %} {% endif %}
{% block panel %}

Example Panel

Override block "panel" to replace this content.

{% endblock %}
{% if not is_ajax and not request.is_ajax %} {% endif %}