{{ block.title }}

{% if block.data is not none %}
{{ block.data | tojson(indent=2) }}
{% else %}
No data available.
{% endif %}