{% if not empty_block %}
{% if block_title %}

{{ block_title }}

{% endif %}
{% block block_content %}{% endblock block_content %}
{% endif %}