{% if resource.is_published %}
{% else %}
{% endif %}
{% set breadcrumbs = resource.parents(resources)[:-1]|reverse %}
{% if breadcrumbs %}
{% endif %}
{% if prev %}
{% endif %}
{% if next %}
{% endif %}
{% set toc_entries = resource.toctree %}
{% if toc_entries %}
{% endif %}
{% if resource.props.category %}
{% endif %}