{% extends "library/base.html" %} {% load i18n %} {% block head_title %}{{ text.label }}{% endblock %} {% block body_class %}library cts_text{% endblock %} {% block hero %}

Library > {% for breadcrumb in text.ancestors %} {{ breadcrumb.label }}{% if not forloop.last %} >{% endif %} {% endfor %}

{{ text.label }}

{% endblock %} {% block content %}
{% endblock %}