{% block breadcrumb %}
{% for item in content_breadcrumb %}
{% if not forloop.last %}
{{ item.title }} >
{%else %}
{{ item.title }}
{% endif %}
{% endfor %}
{% endblock %}
{% block submenu %}
{% if content_submenu %}
{% endif %}
{% endblock %}
{% block content %}
{{ content }}
{% endblock %}