{% if data %}
{% block content %} {% if data.label %}
{{ data.label|capitalize }}
{% endif %} {% endblock %}
{% endif %}